diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-13 11:34:45 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-13 11:34:45 +0000 |
commit | 7e0c4a5c59f23bb0f0f376be9a739ce5ee0da55e (patch) | |
tree | 484a8f48ceeda31dfe2575d8659a76044b628959 /mdoc_macro.c | |
parent | 04007246b4661dffd30ad53faf1ef776be330dba (diff) | |
download | mandoc-7e0c4a5c59f23bb0f0f376be9a739ce5ee0da55e.tar.gz |
Lint fix.
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r-- | mdoc_macro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c index 1ea1316d..75255c0c 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -1291,6 +1291,7 @@ blk_part_exp(MACRO_PROT_ARGS) } +/* ARGSUSED */ static int in_line_argn(MACRO_PROT_ARGS) { |