| tterminate error message with newline - st - [fork] customized build of st, the… | |
| git clone git://src.adamsgaard.dk/st | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 50b4785f2650a741f827f4be17ecc18844a1b175 | |
| parent c61b34e8e1883faba38f94b0c6775a47b1267e6f | |
| Author: Matthias-Christian Ott <[email protected]> | |
| Date: Wed, 4 Jun 2008 19:52:59 +0200 | |
| tterminate error message with newline | |
| Diffstat: | |
| M std.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/std.c b/std.c | |
| t@@ -166,7 +166,7 @@ parseesc(void) { | |
| s |= QuestionMark; | |
| else if(c == ';') { | |
| if(!(s & Digit)) | |
| - eprint("syntax error"); | |
| + eprint("syntax error\n"); | |
| s &= ~Digit; | |
| j++; | |
| } |