aboutsummaryrefslogtreecommitdiff
path: root/std.c
diff options
context:
space:
mode:
Diffstat (limited to 'std.c')
-rw-r--r--std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/std.c b/std.c
index 78e9237..4afdc3c 100644
--- a/std.c
+++ b/std.c
@@ -166,7 +166,7 @@ parseesc(void) {
s |= QuestionMark;
else if(c == ';') {
if(!(s & Digit))
- eprint("syntax error");
+ eprint("syntax error\n");
s &= ~Digit;
j++;
}