=================================================================== RCS file: /cvs/mandoc/tbl.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- mandoc/tbl.c 2015/01/14 22:44:55 1.31 +++ mandoc/tbl.c 2015/01/21 00:47:04 1.32 @@ -1,4 +1,4 @@ -/* $Id: tbl.c,v 1.31 2015/01/14 22:44:55 schwarze Exp $ */ +/* $Id: tbl.c,v 1.32 2015/01/21 00:47:04 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -66,11 +66,8 @@ tbl_read(struct tbl_node *tbl, int ln, const char *p, break; } - /* - * This only returns zero if the line is empty, so we ignore it - * and continue on. - */ - return(tbl_data(tbl, ln, p) ? ROFF_TBL : ROFF_IGN); + tbl_data(tbl, ln, p); + return(ROFF_TBL); } struct tbl_node *