SIGMA: Fixed compiler warning

This commit is contained in:
Mark Pizzolato 2017-03-09 08:38:22 -08:00
parent 15b19193ed
commit c3e1117728

View file

@ -491,7 +491,7 @@ t_stat lp_read_cct (FILE *cfile)
{
uint32 col, rpt, ptr, mask;
uint8 cctbuf[CCT_LNT];
char *cptr;
const char *cptr;
t_stat r;
char cbuf[CBUFSIZE], gbuf[CBUFSIZE];