From 106c5dbbc1cdf7938a0d9cd5f964e7dd4b447f1e Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 4 Jan 2020 11:38:55 -0800 Subject: [PATCH] BESM6: Add missing newline in panel enable error message text --- BESM6/besm6_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)