1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-26 17:03:56 +00:00

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)