aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitb9afab5e3f173e16ac169b27fa39efd01ea9afe7 (patch)
treef9f8499bf43fd06517a1fa6d47a76d0896583355 /out.h
parente0177b9bff2cd6141e183411fe5a31f6ba8fe1a9 (diff)
downloadmandoc-b9afab5e3f173e16ac169b27fa39efd01ea9afe7.tar.gz
mandoc-b9afab5e3f173e16ac169b27fa39efd01ea9afe7.tar.zst
mandoc-b9afab5e3f173e16ac169b27fa39efd01ea9afe7.zip
fix column width calculation for text block cells
Diffstat (limited to 'out.h')
-rw-r--r--out.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/out.h b/out.h
index ac617b32..94040035 100644
--- a/out.h
+++ b/out.h
@@ -1,4 +1,4 @@
-/* $Id: out.h,v 1.29 2017/06/08 18:11:22 schwarze Exp $ */
+/* $Id: out.h,v 1.30 2017/06/12 20:14:18 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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);