From c03da4ddb144f41bb3d137ecb068b0d3f5f9e983 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 28 Dec 2010 10:55:24 +0000 Subject: Fixed enum rofferr return value in tbl_read() (oops). --- tbl.c | 4 ++-- 1 file 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 * @@ -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 * -- cgit v1.2.3-56-ge451