summaryrefslogtreecommitdiffstats
path: root/out.c
diff options
context:
space:
mode:
Diffstat (limited to 'out.c')
-rw-r--r--out.c3
1 files changed, 1 insertions, 2 deletions
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'):