mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
VIDEO: cleanup SHOW VERSION output when video support isn't available.
This commit is contained in:
parent
a08cc1b09c
commit
717f3820b9
@ -2333,7 +2333,7 @@ return SCPE_OK;
|
||||
|
||||
t_stat vid_show_video (FILE* st, UNIT* uptr, int32 val, void* desc)
|
||||
{
|
||||
fprintf (st, "video support unavailable");
|
||||
fprintf (st, "video support unavailable\n");
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user