From b3eb7aa0ea2f065c5e7b4a9585bd716d2f27839d 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man_html.c') 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 * @@ -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 v1.2.3