summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 16:18:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 16:18:39 +0000
commit3592c989529bee1adce043bede9fbc1902993301 (patch)
treeb93847ccfce126a1842b46840891140e0b094093 /main.c
parentd84dbf74b948c2ca03a405c62aaddd91c404e66e (diff)
downloadmandoc-3592c989529bee1adce043bede9fbc1902993301.tar.gz
More checks for proper table exit.
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.c b/main.c
index f437a526..bdeeac8e 100644
--- a/main.c
+++ b/main.c
@@ -527,10 +527,7 @@ fdesc(struct curparse *curp)
}
assert(curp->roff);
- if ( ! roff_endparse(curp->roff)) {
- assert(MANDOCLEVEL_FATAL <= file_status);
- goto cleanup;
- }
+ roff_endparse(curp->roff);
/*
* With -Wstop and warnings or errors of at least