commit | 5697f6ae4183f3b3320a1fe677e3404a05e75783 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon Dec 27 18:29:20 2010 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Dec 27 18:29:20 2010 +0100 |
tree | 9e01675b5c3eebd57277ae901211c086856bb11f | |
parent | 4cdc1cd137e0b98766916a7cdf2d5a9b3c6632fa [diff] [blame] |
Fix a missing trailing newline Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
diff --git a/vl.c b/vl.c index 768dbf4..c605347 100644 --- a/vl.c +++ b/vl.c
@@ -2603,7 +2603,7 @@ if (p != NULL) { *p++ = 0; if (strncmp(p, "process=", 8)) { - fprintf(stderr, "Unknown subargument %s to -name", p); + fprintf(stderr, "Unknown subargument %s to -name\n", p); exit(1); } p += 8;