diff options
Diffstat (limited to 'term_ascii.c')
-rw-r--r-- | term_ascii.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term_ascii.c b/term_ascii.c index 1b0ed345..da85aae4 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -79,6 +79,7 @@ ascii_alloc(char *outopts) } +/* ARGSUSED */ static size_t ascii_width(const struct termp *p, char c) { |