diff options
Diffstat (limited to 'tbl.c')
-rw-r--r-- | tbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ tbl_read(struct tbl *tbl, int ln, const char *p, int offs) if (';' != cp[len - 1]) tbl->part = TBL_PART_LAYOUT; - return(1); + return(ROFF_CONT); } struct tbl * |