From e344653e907eba050214d8d30c63d143d89affd3 Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Sun, 20 May 2012 11:40:39 -0400 Subject: [PATCH] Remove extra semicolon --- lib/checkio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkio.h b/lib/checkio.h index f0cd7194b..2807fb1a3 100644 --- a/lib/checkio.h +++ b/lib/checkio.h @@ -103,7 +103,7 @@ private: } 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" "* Using fflush() on an input stream\n" "* Invalid usage of output stream. For example: std::cout << std::cout;'\n"