=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- src/usr.bin/mandoc/man_term.c 2010/10/15 21:33:47 1.48 +++ src/usr.bin/mandoc/man_term.c 2010/10/15 22:07:12 1.49 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.48 2010/10/15 21:33:47 schwarze Exp $ */ +/* $Id: man_term.c,v 1.49 2010/10/15 22:07:12 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -838,7 +838,7 @@ if (MAN_BLOCK != n->type) return(0); - if ( ! tbl_close(n->data.TS, "", n->line)) + if ( ! tbl_close(p, n->data.TS, "", n->line)) return(0); tbl_write(p, n->data.TS);