summaryrefslogtreecommitdiffstats
path: root/tbl.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-28 10:55:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-28 10:55:24 +0000
commit3b7f9863109027ae35f998f2d59a0e19058abc44 (patch)
treeab947267e8f7394545a2f370cf98d0c7770bd392 /tbl.c
parent286061d81e796071073499302a69149ed9f93354 (diff)
downloadmandoc-3b7f9863109027ae35f998f2d59a0e19058abc44.tar.gz
Fixed enum rofferr return value in tbl_read() (oops).
Diffstat (limited to 'tbl.c')
-rw-r--r--tbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl.c b/tbl.c
index b14308a5..1dc41e93 100644
--- a/tbl.c
+++ b/tbl.c
@@ -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 *