BESM6: Fix CONST declaration for panel initialization routine

This commit is contained in:
Mark Pizzolato 2016-09-14 16:43:25 -07:00
parent a008b0a972
commit 0263e0b950

View file

@ -584,7 +584,7 @@ void besm6_draw_panel (int force)
/* /*
* Initializing of the graphical window and the fonts. * Initializing of the graphical window and the fonts.
*/ */
t_stat besm6_init_panel (UNIT *u, int32 val, char *cptr, void *desc) t_stat besm6_init_panel (UNIT *u, int32 val, CONST char *cptr, void *desc)
{ {
if (screen) if (screen)
return SCPE_ALATT; return SCPE_ALATT;