aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc03da4ddb144f41bb3d137ecb068b0d3f5f9e983 (patch)
treea03e32b825c753a463ed0638a4a811094b505ebc /tbl.c
parent79e37cdd7920997b204cf36aa45b387db8bc02ff (diff)
downloadmandoc-c03da4ddb144f41bb3d137ecb068b0d3f5f9e983.tar.gz
mandoc-c03da4ddb144f41bb3d137ecb068b0d3f5f9e983.tar.zst
mandoc-c03da4ddb144f41bb3d137ecb068b0d3f5f9e983.zip
Fixed enum rofferr return value in tbl_read() (oops).
Diffstat (limited to 'tbl.c')
-rw-r--r--tbl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl.c b/tbl.c
index 7e5389d4..1f2d6f1a 100644
--- a/tbl.c
+++ b/tbl.c
@@ -1,4 +1,4 @@
-/* $Id: tbl.c,v 1.1 2010/12/28 10:51:03 kristaps Exp $ */
+/* $Id: tbl.c,v 1.2 2010/12/28 10:55:24 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *