sigma: Added missing CONST to fix broken build
This commit is contained in:
parent
6a40afea24
commit
1cd11f3464
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ return SCPE_OK;
|
||||||
|
|
||||||
/* Set unit autosize validation routine */
|
/* Set unit autosize validation routine */
|
||||||
|
|
||||||
t_stat dp_set_auto (UNIT *uptr, int32 val, char *cptr, void *desc)
|
t_stat dp_set_auto (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
||||||
{
|
{
|
||||||
uint32 cidx = uptr->UCTX;
|
uint32 cidx = uptr->UCTX;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue