Remove extra semicolon

This commit is contained in:
Andy Maloney 2012-05-20 11:40:39 -04:00
parent aebedfb123
commit e344653e90
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ private:
} }
std::string classInfo() const { std::string classInfo() const {
return "Check input/output operations.\n"; return "Check input/output operations.\n"
"* Bad usage of the function 'sprintf' (overlapping data)\n" "* Bad usage of the function 'sprintf' (overlapping data)\n"
"* Using fflush() on an input stream\n" "* Using fflush() on an input stream\n"
"* Invalid usage of output stream. For example: std::cout << std::cout;'\n" "* Invalid usage of output stream. For example: std::cout << std::cout;'\n"