summaryrefslogtreecommitdiffstats
path: root/out.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 11:29:55 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 11:29:55 +0000
commit5148f58e8a8334394a579036cc2ccd722639ca56 (patch)
treef3e1524f9c8ad690a6a6af528df1351df40ac86e /out.c
parent79b8b2b0d7a4a40d3b0422f2f2ee05ee18648bbc (diff)
downloadmandoc-5148f58e8a8334394a579036cc2ccd722639ca56.tar.gz
Lint fix.
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'):