VIDEO: cleanup SHOW VERSION output when video support isn't available.

This commit is contained in:
Mark Pizzolato 2016-04-26 20:58:05 -07:00
parent a08cc1b09c
commit 717f3820b9

View file

@ -2333,7 +2333,7 @@ return SCPE_OK;
t_stat vid_show_video (FILE* st, UNIT* uptr, int32 val, void* desc) 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; return SCPE_OK;
} }