CheckHeaders: Bug fix
This commit is contained in:
parent
148ac8a57a
commit
7801d262a2
|
@ -159,7 +159,7 @@ void WarningIncludeHeader()
|
|||
{
|
||||
parlevel++;
|
||||
}
|
||||
else if ( strchr("({", tok1->str[0]) )
|
||||
else if ( strchr(")}", tok1->str[0]) )
|
||||
{
|
||||
parlevel--;
|
||||
if (parlevel < 0)
|
||||
|
|
Loading…
Reference in New Issue