aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 10:50:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 10:50:50 +0000
commit07bc7088611b4beb5260c9caa91252d782c61936 (patch)
treec9be733ceaaa5b52e1e74f13057da83c77e99d60 /term.c
parenta6e57f827b064fbd5ba6450360fc616485c8fde0 (diff)
downloadmandoc-07bc7088611b4beb5260c9caa91252d782c61936.tar.gz
mandoc-07bc7088611b4beb5260c9caa91252d782c61936.tar.zst
mandoc-07bc7088611b4beb5260c9caa91252d782c61936.zip
Lint tweak.
Diffstat (limited to 'term.c')
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index cfc74066..6583f66d 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.156 2010/06/30 12:30:36 kristaps Exp $ */
+/* $Id: term.c,v 1.157 2010/07/02 10:50:50 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -653,6 +653,7 @@ term_strlen(const struct termp *p, const char *cp)
}
+/* ARGSUSED */
size_t
term_vspan(const struct termp *p, const struct roffsu *su)
{