mirror of
git://git.suckless.org/st
synced 2025-04-13 00:24:47 +01:00
terminate error message with newline
This commit is contained in:
parent
c61b34e8e1
commit
50b4785f26
2
std.c
2
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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user