BESM6: Fix CONST declaration for panel initialization routine
This commit is contained in:
parent
a008b0a972
commit
0263e0b950
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue