mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -381,7 +381,7 @@ ISADevice *pc_find_fdc0(void)
|
|||
error_report("warning: multiple floppy disk controllers with "
|
||||
"iobase=0x3f0 have been found");
|
||||
error_printf("the one being picked for CMOS setup might not reflect "
|
||||
"your intent");
|
||||
"your intent\n");
|
||||
}
|
||||
|
||||
return state.floppy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue