From 0263e0b950ccc02b391dc8ab6e68ffc802fe7af1 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 14 Sep 2016 16:43:25 -0700 Subject: [PATCH] BESM6: Fix CONST declaration for panel initialization routine --- 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 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;