summaryrefslogtreecommitdiff
path: root/ragel/rbxgoto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/rbxgoto.cpp')
-rw-r--r--ragel/rbxgoto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ragel/rbxgoto.cpp b/ragel/rbxgoto.cpp
index c54cb00..932fdf3 100644
--- a/ragel/rbxgoto.cpp
+++ b/ragel/rbxgoto.cpp
@@ -658,7 +658,7 @@ void RbxGotoCodeGen::BREAK( ostream &ret, int targState )
out <<
" begin\n"
" " << P() << " += 1\n"
- " " << rbxGoto(ret, "_out") << "\n"
+ " "; rbxGoto(ret, "_out") << "\n"
" end\n";
}