terminate error message with newline
This commit is contained in:
parent
75b1565fdc
commit
538a0c4431
2
std.c
2
std.c
@ -166,7 +166,7 @@ parseesc(void) {
|
|||||||
s |= QuestionMark;
|
s |= QuestionMark;
|
||||||
else if(c == ';') {
|
else if(c == ';') {
|
||||||
if(!(s & Digit))
|
if(!(s & Digit))
|
||||||
eprint("syntax error");
|
eprint("syntax error\n");
|
||||||
s &= ~Digit;
|
s &= ~Digit;
|
||||||
j++;
|
j++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user