From f64bbf4dd52ba1784bd58528b49c64503687d995 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 22 Jul 2010 23:53:54 +0000 Subject: Fix broken compilation, hopefully before anybody notices. --- man_html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- cgit