VIDEO: cleanup SHOW VERSION output when video support isn't available.
This commit is contained in:
parent
a08cc1b09c
commit
717f3820b9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue