summaryrefslogtreecommitdiffstatshomepage
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
commitf8a26bb7209d8a63e91431ab054cb4e6a5e6618b (patch)
tree6d0aca2b0061db53af37c0df9896cb235058c6a3
parent138483e8c7e6cccb5209979e94fec1fd87d0c343 (diff)
downloadmandoc-VERSION_1_9_17.tar.gz
mandoc-VERSION_1_9_17.tar.zst
mandoc-VERSION_1_9_17.zip
Lint fixes.VERSION_1_9_17
-rw-r--r--man_macro.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/man_macro.c b/man_macro.c
index 74b59980..846050f1 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -1,4 +1,4 @@
-/* $Id: man_macro.c,v 1.36 2010/03/25 07:28:16 kristaps Exp $ */
+/* $Id: man_macro.c,v 1.37 2010/03/25 07:39:25 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)
{