diff options
Diffstat (limited to 'out.c')
-rw-r--r-- | out.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -197,13 +197,12 @@ int a2roffdeco(enum roffdeco *d, const char **word, size_t *sz) { - int j, offs, term, lim; + int j, term, lim; char set; const char *wp, *sp; *d = DECO_NONE; wp = *word; - offs = 0; switch ((set = *wp)) { case ('\0'): |