mirror of
https://github.com/open-simh/simh.git
synced 2026-01-19 17:47:54 +00:00
Compile cleanups
This commit is contained in:
parent
1945465a5e
commit
93f14f76fb
@ -944,7 +944,7 @@ t_stat load_cr_boot (int drvno, int switches)
|
||||
#ifdef GUI_SUPPORT
|
||||
remark_cmd(msg);
|
||||
#else
|
||||
printf("", msg);
|
||||
printf("%s", msg);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@ -408,7 +408,7 @@ int32 fdccmd(int32 io, int32 data)
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
printf("Unknown FDC command %02X\n\r", data);
|
||||
printf("Unknown FDC command %02XH\n\r", data);
|
||||
}
|
||||
} else { /* read status from fdc */
|
||||
val = cur_flg[cur_dsk]; /* set return value */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user