mirror of
https://github.com/open-simh/simh.git
synced 2026-01-15 16:07:47 +00:00
BESM6: Fix CONST declaration for panel initialization routine
This commit is contained in:
parent
a008b0a972
commit
0263e0b950
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user