summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:10:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:10:48 +0000
commit8a11019331905f2ee9db28cc4a61f016d169de4e (patch)
tree6f5e54dbfa69c8086b5ec289a70d8455a889c4b3 /main.c
parentf94cbe774aa5f31e8ec88173a16618e5ef9a22a0 (diff)
downloadmandoc-8a11019331905f2ee9db28cc4a61f016d169de4e.tar.gz
Lint fixes.
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index d7a95c6c..79d696b8 100644
--- a/main.c
+++ b/main.c
@@ -401,13 +401,14 @@ fdesc(struct buf *blk, struct buf *ln,
lnn++;
continue;
}
+ macro = 0;
#endif /* STRIP_XO */
ln->buf[pos] = 0;
if ( ! mdoc_parseln(mdoc, lnn, ln->buf))
return(0);
lnn++;
- macro = pos = 0;
+ pos = 0;
}
}