diff --git a/lib/checkother.h b/lib/checkother.h index 4936802af98..3029d3734ba 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -412,7 +412,7 @@ class CPPCHECKLIB CheckOther : public Check { "- shadow variable.\n" "- variable can be declared const.\n" "- calculating modulo of one.\n" - "- known function argument, suspicious calculation."; + "- known function argument, suspicious calculation.\n"; } }; /// @}