aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ascii.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-25 19:50:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-25 19:50:23 +0000
commit3234ace1ba2fef84ad009e6822dd76699a34e344 (patch)
treea48423d1f37e790774a27d5ede04465fcf8d8b87 /term_ascii.c
parenta0a09dc999ed5bd2a42918fc6f4143ef92b81ba4 (diff)
downloadmandoc-3234ace1ba2fef84ad009e6822dd76699a34e344.tar.gz
mandoc-3234ace1ba2fef84ad009e6822dd76699a34e344.tar.zst
mandoc-3234ace1ba2fef84ad009e6822dd76699a34e344.zip
Remove "pt" from struct roffsu, as CSS (the only reason it was there) is
unclear about which units accept floats/integers, which leads me to assume that it handles either and rounds as appropriate.
Diffstat (limited to 'term_ascii.c')
-rw-r--r--term_ascii.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term_ascii.c b/term_ascii.c
index 5dbb196c..3ab625a2 100644
--- a/term_ascii.c
+++ b/term_ascii.c
@@ -1,4 +1,4 @@
-/* $Id: term_ascii.c,v 1.5 2010/06/25 18:53:14 kristaps Exp $ */
+/* $Id: term_ascii.c,v 1.6 2010/06/25 19:50:23 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -79,6 +79,7 @@ ascii_alloc(char *outopts)
}
+/* ARGSUSED */
static size_t
ascii_width(const struct termp *p, char c)
{