Public bug reported: Trivial, but it was triggering the OCD.
diff --git a/vl.c b/vl.c index df414ef..9c76a55 100644 --- a/vl.c +++ b/vl.c @@ -2524,7 +2524,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", exit(1); } p += 8; ** Affects: qemu Importance: Undecided Status: New -- -name error message should have trailing newline https://bugs.launchpad.net/bugs/662461 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Bug description: Trivial, but it was triggering the OCD. diff --git a/vl.c b/vl.c index df414ef..9c76a55 100644 --- a/vl.c +++ b/vl.c @@ -2524,7 +2524,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", exit(1); } p += 8;