fix error message

This commit is contained in:
rsc 2005-01-04 22:19:46 +00:00
parent 70723aae3c
commit 834469a3a4

View file

@ -115,7 +115,7 @@ s_rdinstack(Sinstack *sp, String *to)
/* sanity (and looping) */ /* sanity (and looping) */
if(sp->depth >= nelem(sp->fp)) if(sp->depth >= nelem(sp->fp))
sysfatal("s_recgetline: includes too deep"); sysfatal("s_rdinstack: includes too deep");
/* skip white */ /* skip white */
while(*p == ' ' || *p == '\t') while(*p == ' ' || *p == '\t')