mirror of
https://github.com/simh/simh.git
synced 2026-04-25 19:51:25 +00:00
BESM6: Fix CONST declaration for panel initialization routine
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user