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 /roff.h | |
parent | d84dbf74b948c2ca03a405c62aaddd91c404e66e (diff) | |
download | mandoc-3592c989529bee1adce043bede9fbc1902993301.tar.gz |
More checks for proper table exit.
Diffstat (limited to 'roff.h')
-rw-r--r-- | roff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ struct roff *roff_alloc(struct regset *, void *, mandocmsg); void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *); -int roff_endparse(struct roff *); +void roff_endparse(struct roff *); const struct tbl_span *roff_span(const struct roff *); __END_DECLS |