From 4e5566be3c678cac7253e31ddf7952889101dd39 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 13 May 2010 11:34:45 +0000 Subject: Lint fix. --- mdoc_macro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdoc_macro.c') diff --git a/mdoc_macro.c b/mdoc_macro.c index 9c11fc01..d9cf11da 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_macro.c,v 1.60 2010/05/13 06:22:11 kristaps Exp $ */ +/* $Id: mdoc_macro.c,v 1.61 2010/05/13 11:34:45 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1291,6 +1291,7 @@ blk_part_exp(MACRO_PROT_ARGS) } +/* ARGSUSED */ static int in_line_argn(MACRO_PROT_ARGS) { -- cgit v1.2.3