Skip to content

Commit 2abd9dc

Browse files
authored
nit: removed stray semicolon in checkother.cpp (cppcheck-opensource#5053)
This fixed nit removes a compiler warning.
1 parent 2a0143c commit 2abd9dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ static bool isSimpleExpr(const Token* tok, const Variable* var, const Settings*
868868
needsCheck = true;
869869
}
870870
return (needsCheck && !isExpressionChanged(tok, tok->astParent(), var->scope()->bodyEnd, settings, true));
871-
};
871+
}
872872

873873
//---------------------------------------------------------------------------
874874
// Check scope of variables..

0 commit comments

Comments
 (0)