From 8a11019331905f2ee9db28cc4a61f016d169de4e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 22 Mar 2009 19:10:48 +0000 Subject: Lint fixes. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') 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; } } -- cgit