summaryrefslogtreecommitdiffstats
path: root/demandoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'demandoc.c')
-rw-r--r--demandoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demandoc.c b/demandoc.c
index b120da2f..a757bf91 100644
--- a/demandoc.c
+++ b/demandoc.c
@@ -110,7 +110,7 @@ pmandoc(struct mparse *mp, int fd, const char *fn, int list)
return;
}
- mparse_result(mp, &mdoc, &man);
+ mparse_result(mp, &mdoc, &man, NULL);
line = 1;
col = 0;