From b9afab5e3f173e16ac169b27fa39efd01ea9afe7 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 12 Jun 2017 20:14:18 +0000 Subject: fix column width calculation for text block cells --- out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'out.h') 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 * Copyright (c) 2014, 2017 Ingo Schwarze @@ -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); -- cgit v1.2.3-56-ge451