BESM6: Add missing newline in panel enable error message text
This commit is contained in:
parent
bcdabeb9fe
commit
106c5dbbc1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue