Fix a missing trailing newline
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
4cdc1cd137
commit
5697f6ae41
2
vl.c
2
vl.c
@ -2603,7 +2603,7 @@ int main(int argc, char **argv, char **envp)
|
|||||||
if (p != NULL) {
|
if (p != NULL) {
|
||||||
*p++ = 0;
|
*p++ = 0;
|
||||||
if (strncmp(p, "process=", 8)) {
|
if (strncmp(p, "process=", 8)) {
|
||||||
fprintf(stderr, "Unknown subargument %s to -name", p);
|
fprintf(stderr, "Unknown subargument %s to -name\n", p);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
p += 8;
|
p += 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user