From 5148f58e8a8334394a579036cc2ccd722639ca56 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 7 Apr 2010 11:29:55 +0000 Subject: Lint fix. --- out.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'out.c') diff --git a/out.c b/out.c index da4476ee..fcda9302 100644 --- a/out.c +++ b/out.c @@ -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'): -- cgit