Tokenizer::createLinks(): correct comment.
No code change.
This commit is contained in:
parent
169cfc1324
commit
56a0660972
|
@ -1032,7 +1032,7 @@ bool Tokenizer::createLinks()
|
||||||
|
|
||||||
if (links2.size() > 0)
|
if (links2.size() > 0)
|
||||||
{
|
{
|
||||||
// Error, { and } don't match.
|
// Error, ( and ) don't match.
|
||||||
syntaxError(_tokens, '(');
|
syntaxError(_tokens, '(');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue