CheckHeaders: Bug fix

This commit is contained in:
Daniel Marjamäki 2007-06-08 17:19:31 +00:00
parent 148ac8a57a
commit 7801d262a2
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void WarningIncludeHeader()
{ {
parlevel++; parlevel++;
} }
else if ( strchr("({", tok1->str[0]) ) else if ( strchr(")}", tok1->str[0]) )
{ {
parlevel--; parlevel--;
if (parlevel < 0) if (parlevel < 0)