summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-25 07:39:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-25 07:39:25 +0000
commita34d26e95cab6b339e53a5d6db95f3b292c03984 (patch)
tree2b4ff0fe1b706e6189686495e3185ff28d3f11d0
parentbd9bec711a47cabb736b6098381cb3de2beda937 (diff)
downloadmandoc-a34d26e95cab6b339e53a5d6db95f3b292c03984.tar.gz
Lint fixes.VERSION.1.9.17
-rw-r--r--man_macro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c
index a8e9c601..da506e2d 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -222,6 +222,7 @@ rew_scope(enum man_type type, struct man *m, enum mant tok)
* any of these as the parent node, so it needs special handling.
* Beyond this, it's the same as blk_close().
*/
+/* ARGSUSED */
int
blk_dotted(MACRO_PROT_ARGS)
{
@@ -255,6 +256,7 @@ blk_dotted(MACRO_PROT_ARGS)
/*
* Close out a generic explicit macro.
*/
+/* ARGSUSED */
int
blk_close(MACRO_PROT_ARGS)
{