diff --git a/sim_video.c b/sim_video.c index e8f7076b..e4ddd4a6 100644 --- a/sim_video.c +++ b/sim_video.c @@ -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; }