diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 16:18:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 16:18:39 +0000 |
commit | 3592c989529bee1adce043bede9fbc1902993301 (patch) | |
tree | b93847ccfce126a1842b46840891140e0b094093 /main.c | |
parent | d84dbf74b948c2ca03a405c62aaddd91c404e66e (diff) | |
download | mandoc-3592c989529bee1adce043bede9fbc1902993301.tar.gz |
More checks for proper table exit.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |