diff --git a/checkother.cpp b/checkother.cpp index 0a8fadc30..eebf1cd79 100644 --- a/checkother.cpp +++ b/checkother.cpp @@ -211,7 +211,7 @@ void CheckOther::WarningIf() for (const TOKEN *tok2 = tok->next(); tok2; tok2 = tok2->next()) { if (tok2->str() == "(") - ++parlevel++; + ++parlevel; else if (tok2->str() == ")") { --parlevel;