terminate error message with newline
authorMatthias-Christian Ott <ott@enolink.de>
Wed, 4 Jun 2008 17:52:59 +0000 (19:52 +0200)
committerMatthias-Christian Ott <ott@enolink.de>
Wed, 4 Jun 2008 17:52:59 +0000 (19:52 +0200)
std.c

diff --git a/std.c b/std.c
index 78e9237016dcfddbe2183ba4d9715f6390a2e8b5..4afdc3cb39fa0164f4e4e1c136ee78e658f7e52a 100644 (file)
--- 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++;
                        }