mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Fix a missing trailing newline
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
4cdc1cd137
commit
5697f6ae41
1 changed files with 1 additions and 1 deletions
2
vl.c
2
vl.c
|
@ -2603,7 +2603,7 @@ int main(int argc, char **argv, char **envp)
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue