troff: silence gcc printf warning

This commit is contained in:
Russ Cox 2008-11-17 19:48:37 -08:00
parent 6bf652ed9c
commit c8d681e850
2 changed files with 2 additions and 2 deletions

View file

@ -559,7 +559,7 @@ void prnumerr(void)
warn);
if (frame != stk) /* uncertainty correction */
numtabp[CD].val--;
ERROR err_buf WARN;
ERROR "%s", err_buf WARN;
numtabp[CD].val = savcd;
}