diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-12 20:14:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-12 20:14:18 +0000 |
commit | fd8254b702c0e458aaf5fe609520c3b90f8d02e8 (patch) | |
tree | 782f3bc2f36c8d59129d7d985a2882d0a54ecb1c /out.h | |
parent | 9d72453df4dc511deb6dc6371e56a40f8fe3c0a8 (diff) | |
download | mandoc-fd8254b702c0e458aaf5fe609520c3b90f8d02e8.tar.gz |
fix column width calculation for text block cells
Diffstat (limited to 'out.h')
-rw-r--r-- | out.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,4 +68,4 @@ struct tbl_span; const char *a2roffsu(const char *, struct roffsu *, enum roffscale); void tblcalc(struct rofftbl *tbl, - const struct tbl_span *, size_t); + const struct tbl_span *, size_t, size_t); |