diff --git a/flexc++/generator/startcondimpl.cc b/flexc++/generator/startcondimpl.cc index fba365b..02fd8d5 100644 --- a/flexc++/generator/startcondimpl.cc +++ b/flexc++/generator/startcondimpl.cc @@ -36,7 +36,7 @@ void Generator::startCondImpl(ostream &out) const out << " if (s_debug__)\n" " s_out__ << \"Switching to " << scName << " # \" << as(startCondition) << " - "\\n;\n"; + "\"\\n\";\n"; // s_out__ << "Switching to # 5\n"; }