blob: 9e34186da83f53e30ec75291fcc3aaa34beb962d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/cdipgoto.cpp
+++ b/cdipgoto.cpp
@@ -293,7 +293,7 @@ std::ostream &IpGotoCodeGen::EXIT_STATES()
if ( st->outNeeded ) {
testEofUsed = true;
out << " _test_eof" << st->id << ": " << vCS() << " = " <<
- st->id << "; goto _test_eof; \n";
+ st->id << "; goto _test_eof;\n";
}
}
return out;
|