mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
newline in error msgs
This commit is contained in:
parent
be4aba2f82
commit
28d7af3820
@ -257,12 +257,12 @@ void DarwinAddFloppyPrefs(void)
|
||||
D(bug("Got size of %ld\n", size));
|
||||
if ( size < 800 * 1024 || size > 1440 * 1024 )
|
||||
{
|
||||
D(puts("Device does not appear to be 800k or 1440k"));
|
||||
D(puts("Device does not appear to be 800k or 1440k\n"));
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else
|
||||
bug("Couldn't get kIOMediaSizeKey of device");
|
||||
bug("Couldn't get kIOMediaSizeKey of device\n");
|
||||
|
||||
|
||||
*bsdPath = '\0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user