diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 10:50:50 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 10:50:50 +0000 |
commit | aa87cd6fc1c369d78cc8e249a6410769605e6e52 (patch) | |
tree | 3eeed5bb318d87bd7de76adae99a2390155ddd3b /term.c | |
parent | 0c5f52c482a146d497a79017c150ae68d61a2c95 (diff) | |
download | mandoc-aa87cd6fc1c369d78cc8e249a6410769605e6e52.tar.gz |
Lint tweak.
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |