From f8a26bb7209d8a63e91431ab054cb4e6a5e6618b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 25 Mar 2010 07:39:25 +0000 Subject: Lint fixes. --- man_macro.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 * @@ -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) { -- cgit v1.2.3-56-ge451