=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.180 retrieving revision 1.181 diff -u -p -r1.180 -r1.181 --- mandoc/mdoc_html.c 2011/10/09 22:10:53 1.180 +++ mandoc/mdoc_html.c 2011/10/16 12:20:34 1.181 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.180 2011/10/09 22:10:53 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.181 2011/10/16 12:20:34 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -503,7 +503,7 @@ mdoc_root_post(MDOC_ARGS) print_otag(h, TAG_COL, 1, tag); print_otag(h, TAG_COL, 1, tag); - t = print_otag(h, TAG_TBODY, 0, NULL); + print_otag(h, TAG_TBODY, 0, NULL); tt = print_otag(h, TAG_TR, 0, NULL);