sigma: Added missing CONST to fix broken build

This commit is contained in:
Mark Pizzolato 2017-03-14 21:44:14 -07:00
parent 6a40afea24
commit 1cd11f3464

View file

@ -1269,7 +1269,7 @@ return SCPE_OK;
/* 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;