summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-22 23:53:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-22 23:53:54 +0000
commitf64bbf4dd52ba1784bd58528b49c64503687d995 (patch)
treeaf4770f7d7712370d556d5dceeae9e351c9e6631 /man_html.c
parent88550d3ab5f0d432b6f5577342f5907c1ab4268b (diff)
downloadmandoc-f64bbf4dd52ba1784bd58528b49c64503687d995.tar.gz
Fix broken compilation, hopefully before anybody notices.
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index 335e17ba..4033f226 100644
--- a/man_html.c
+++ b/man_html.c
@@ -108,7 +108,7 @@ static const struct htmlman mans[MAN_MAX] = {
{ man_ign_pre, NULL }, /* Vb */
{ NULL, NULL }, /* Ve */
{ man_ign_pre, NULL }, /* AT */
- { man-in_pre, NULL }, /* in */
+ { NULL, NULL }, /* in */
};