summaryrefslogtreecommitdiff
path: root/ragel/host-crack/rlparse.lm
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/host-crack/rlparse.lm')
-rw-r--r--ragel/host-crack/rlparse.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ragel/host-crack/rlparse.lm b/ragel/host-crack/rlparse.lm
index db7851c7..100a9223 100644
--- a/ragel/host-crack/rlparse.lm
+++ b/ragel/host-crack/rlparse.lm
@@ -68,7 +68,7 @@ namespace host
# Translates single line to multi-line
input->pull( 2 )
R: str = input->pull( match_length - 3 )
- input->push( "\n}%%" )
+ input->push( "}%%" )
input->push( R )
input->push( "%%{" )
}