summaryrefslogtreecommitdiffstatshomepage
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
commitb3eb7aa0ea2f065c5e7b4a9585bd716d2f27839d (patch)
tree671d115c20d2776821f27980904949ae158dd6da
parent4dde5d7bbdceeec0032e163e7a8e8cac3233d659 (diff)
downloadmandoc-b3eb7aa0ea2f065c5e7b4a9585bd716d2f27839d.tar.gz
mandoc-b3eb7aa0ea2f065c5e7b4a9585bd716d2f27839d.tar.zst
mandoc-b3eb7aa0ea2f065c5e7b4a9585bd716d2f27839d.zip
Fix broken compilation, hopefully before anybody notices.
-rw-r--r--man_html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/man_html.c b/man_html.c
index ea36c77d..67431002 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.43 2010/07/22 23:03:15 kristaps Exp $ */
+/* $Id: man_html.c,v 1.44 2010/07/22 23:53:54 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 */
};