diff --git a/gui/test.cpp b/gui/test.cpp index bda964a60..0d3ca979b 100644 --- a/gui/test.cpp +++ b/gui/test.cpp @@ -19,8 +19,7 @@ void f(char k) void possible_style() { std::list::iterator it; - \n - for (it = ab.begin(); it != ab.end(); it++)\n + for (it = ab.begin(); it != ab.end(); it++) ; } @@ -31,7 +30,7 @@ int main() if (a); b = gets(); f(a); - iter_err(); + possible_style(); }