1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-18 17:17:38 +00:00

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;