=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -p -r1.64 -r1.65 --- mandoc/html.c 2009/10/13 10:57:25 1.64 +++ mandoc/html.c 2009/10/20 05:45:21 1.65 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.64 2009/10/13 10:57:25 kristaps Exp $ */ +/* $Id: html.c,v 1.65 2009/10/20 05:45:21 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -650,3 +650,4 @@ bufcat_su(struct html *h, const char *p, const struct /* LINTED */ buffmt(h, "%s: %d%s;", p, (int)v, u); } +