]> git.cameronkatri.com Git - mandoc.git/commitdiff
Fixed enum rofferr return value in tbl_read() (oops).
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 28 Dec 2010 10:55:24 +0000 (10:55 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 28 Dec 2010 10:55:24 +0000 (10:55 +0000)
tbl.c

diff --git a/tbl.c b/tbl.c
index 7e5389d47149555b8af371760acbffeb0ff096d1..1f2d6f1a090ea9c9c9cb4f2b5296ccafb9a5e4fa 100644 (file)
--- 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 *