Merge pull request #96 from asmaloney/master

Remove extra semicolon
This commit is contained in:
Edoardo Prezioso 2012-05-20 13:21:38 -07:00
commit df48b8dfb9
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"