mirror of
https://github.com/simh/simh.git
synced 2026-02-27 09:09:46 +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.
|
||||
*/
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user