Typo snuck in somehow...

This commit is contained in:
David Schmidt 2012-02-18 07:58:57 +00:00
parent e7e481206d
commit ac77772f2a

View File

@ -1370,7 +1370,7 @@ insert_disk(int slot, int drive, const char *name, int ejected, int force_size,
}
if((!dsk->file) && can_write) {
rrrrr printf("Trying to open %s read-only, errno: %d\n", name_ptr,
printf("Trying to open %s read-only, errno: %d\n", name_ptr,
errno);
dsk->file = fopen(name_ptr, "rb");
can_write = 0;