BESM6: Add missing newline in panel enable error message text

This commit is contained in:
Mark Pizzolato 2020-01-04 11:38:55 -08:00
parent bcdabeb9fe
commit 106c5dbbc1

View file

@ -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)