if checking : fixed bug in previous commit
This commit is contained in:
parent
da1b84b199
commit
43150ce9fb
|
@ -211,7 +211,7 @@ void CheckOther::WarningIf()
|
||||||
for (const TOKEN *tok2 = tok->next(); tok2; tok2 = tok2->next())
|
for (const TOKEN *tok2 = tok->next(); tok2; tok2 = tok2->next())
|
||||||
{
|
{
|
||||||
if (tok2->str() == "(")
|
if (tok2->str() == "(")
|
||||||
++parlevel++;
|
++parlevel;
|
||||||
else if (tok2->str() == ")")
|
else if (tok2->str() == ")")
|
||||||
{
|
{
|
||||||
--parlevel;
|
--parlevel;
|
||||||
|
|
Loading…
Reference in New Issue