diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-25 07:39:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-25 07:39:25 +0000 |
commit | a34d26e95cab6b339e53a5d6db95f3b292c03984 (patch) | |
tree | 2b4ff0fe1b706e6189686495e3185ff28d3f11d0 /man_macro.c | |
parent | bd9bec711a47cabb736b6098381cb3de2beda937 (diff) | |
download | mandoc-a34d26e95cab6b339e53a5d6db95f3b292c03984.tar.gz |
Lint fixes.VERSION.1.9.17
Diffstat (limited to 'man_macro.c')
-rw-r--r-- | man_macro.c | 2 |
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) { |