diff --git a/BESM6/besm6_panel.c b/BESM6/besm6_panel.c index 87cccba4..9a52c61e 100644 --- a/BESM6/besm6_panel.c +++ b/BESM6/besm6_panel.c @@ -584,7 +584,7 @@ void besm6_draw_panel (int force) /* * 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) return SCPE_ALATT;