terminate error message with newline

Matthias-Christian Ott 18 years ago
parent 75b1565fdc
commit 538a0c4431

@ -166,7 +166,7 @@ parseesc(void) {
s |= QuestionMark;
else if(c == ';') {
if(!(s & Digit))
eprint("syntax error");
eprint("syntax error\n");
s &= ~Digit;
j++;
}

Loading…
Cancel
Save