aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 *