summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-12 20:14:18 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-12 20:14:18 +0000
commitfd8254b702c0e458aaf5fe609520c3b90f8d02e8 (patch)
tree782f3bc2f36c8d59129d7d985a2882d0a54ecb1c /out.h
parent9d72453df4dc511deb6dc6371e56a40f8fe3c0a8 (diff)
downloadmandoc-fd8254b702c0e458aaf5fe609520c3b90f8d02e8.tar.gz
fix column width calculation for text block cells
Diffstat (limited to 'out.h')
-rw-r--r--out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/out.h b/out.h
index 1db24ff0..a572cd61 100644
--- a/out.h
+++ b/out.h
@@ -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);