Tokenizer::createLinks(): fixed typo in comment.
Since commit 1c01dd64f3
.
This commit is contained in:
parent
ad92aa4c20
commit
610529ab69
|
@ -1255,7 +1255,7 @@ bool Tokenizer::createLinks()
|
||||||
{
|
{
|
||||||
if (links3.size() == 0)
|
if (links3.size() == 0)
|
||||||
{
|
{
|
||||||
// Error, ( and ) don't match.
|
// Error, [ and ] don't match.
|
||||||
syntaxError(token, '[');
|
syntaxError(token, '[');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue