diff --git a/BESM6/besm6_panel.c b/BESM6/besm6_panel.c index f69e2b72..31fee5bb 100644 --- a/BESM6/besm6_panel.c +++ b/BESM6/besm6_panel.c @@ -680,7 +680,7 @@ void besm6_draw_panel (int force) #else /* HAVE_LIBSDL */ t_stat besm6_init_panel (UNIT *u, int32 val, CONST char *cptr, void *desc) { - return sim_messagef(SCPE_OPENERR, "Need SDL and SDLttf libraries"); + return sim_messagef(SCPE_OPENERR, "Need SDL and SDLttf libraries\n"); } t_stat besm6_close_panel (UNIT *u, int32 val, CONST char *cptr, void *desc)