mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
error: Fix error_printf() calls lacking newlines
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1470224274-31522-5-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
fea1c0999a
commit
7ea7d36e34
3 changed files with 3 additions and 3 deletions
2
ui/vnc.c
2
ui/vnc.c
|
@ -3201,7 +3201,7 @@ int vnc_display_password(const char *id, const char *password)
|
|||
}
|
||||
if (vs->auth == VNC_AUTH_NONE) {
|
||||
error_printf_unless_qmp("If you want use passwords please enable "
|
||||
"password auth using '-vnc ${dpy},password'.");
|
||||
"password auth using '-vnc ${dpy},password'.\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue