=================================================================== RCS file: /cvs/mandoc/tbl_data.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/tbl_data.c 2010/12/30 10:26:00 1.3 +++ mandoc/tbl_data.c 2011/01/01 13:37:40 1.4 @@ -1,4 +1,4 @@ -/* $Id: tbl_data.c,v 1.3 2010/12/30 10:26:00 kristaps Exp $ */ +/* $Id: tbl_data.c,v 1.4 2011/01/01 13:37:40 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -91,7 +91,7 @@ tbl_data(struct tbl *tbl, int ln, const char *p) if ('\0' == p[pos]) { TBL_MSG(tbl, MANDOCERR_TBL, ln, pos); - return(1); + return(0); } /*