From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o6MNrtJ5015784 for ; Thu, 22 Jul 2010 19:53:55 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o6MNrsLT032671; Thu, 22 Jul 2010 19:53:54 -0400 (EDT) Date: Thu, 22 Jul 2010 19:53:54 -0400 (EDT) Message-Id: <201007222353.o6MNrsLT032671@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Fix broken compilation, hopefully before anybody notices. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Fix broken compilation, hopefully before anybody notices. Modified Files: -------------- mdocml: man_html.c Revision Data ------------- Index: man_html.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/man_html.c,v retrieving revision 1.43 retrieving revision 1.44 diff -Lman_html.c -Lman_html.c -u -p -r1.43 -r1.44 --- man_html.c +++ 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 */ }; -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv