eqn: silence gcc printf warning
This commit is contained in:
parent
c6d1c6c617
commit
6bf652ed9c
1 changed files with 1 additions and 2 deletions
|
|
@ -232,8 +232,7 @@ void error(int die, char *s)
|
||||||
|
|
||||||
if (synerr)
|
if (synerr)
|
||||||
return;
|
return;
|
||||||
fprintf(stderr, "%s: ", cmdname);
|
fprintf(stderr, "%s: %s", cmdname, s);
|
||||||
fprintf(stderr, s);
|
|
||||||
if (errno > 0)
|
if (errno > 0)
|
||||||
perror("???");
|
perror("???");
|
||||||
if (curfile->fin)
|
if (curfile->fin)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue