diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-26 10:00:42 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-26 10:00:42 +0000 |
commit | 86b3be1ca577df8632a7cc5c2365a2db1b76727c (patch) | |
tree | d2498f02be4eeefaf5c2efe13ecaa3593e7e64ca | |
parent | 04b375097ee40149c948542bd3621d119f0f973a (diff) | |
download | mandoc-86b3be1ca577df8632a7cc5c2365a2db1b76727c.tar.gz |
Linted function arguments.
-rw-r--r-- | mdoc_term.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 19b0020e..c04587eb 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1796,6 +1796,7 @@ termp_sp_pre(DECL_ARGS) } +/* ARGSUSED */ static int termp_quote_pre(DECL_ARGS) { @@ -1855,6 +1856,7 @@ termp_quote_pre(DECL_ARGS) } +/* ARGSUSED */ static void termp_quote_post(DECL_ARGS) { |