diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 20:18:53 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 20:18:53 +0000 |
commit | 21de3d786d824d615243412d130c128be19a03dd (patch) | |
tree | ab13ee82b862b2765d7c0c37af592c9ab33fb1de /term_ascii.c | |
parent | 8602ef022ba97685524bab84712ad686cd05b20e (diff) | |
download | mandoc-21de3d786d824d615243412d130c128be19a03dd.tar.gz |
Churny commit to quiet lint. No functional changes.
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 06d0132b..8be733a6 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -104,6 +104,7 @@ static void ascii_letter(struct termp *p, char c) { + /* LINTED */ putchar(c); } |