summaryrefslogtreecommitdiffstats
path: root/mlg.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:09:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:09:47 +0000
commit7eb59d72cd1ce5e52285c1c9edadf8410146490c (patch)
tree9d5f1ed42bb514374b9b0aeb3f8956d75f4842e1 /mlg.c
parent349718f4b8e31663549686fa17aa489c79d94cf3 (diff)
downloadmandoc-7eb59d72cd1ce5e52285c1c9edadf8410146490c.tar.gz
Linted on NetBSD side.
Diffstat (limited to 'mlg.c')
-rw-r--r--mlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mlg.c b/mlg.c
index 8e8e2956..33b99593 100644
--- a/mlg.c
+++ b/mlg.c
@@ -33,7 +33,7 @@ enum md_tok {
MD_INLINE_IN,
MD_INLINE_OUT,
MD_BLK_IN,
- MD_BLK_OUT,
+ MD_BLK_OUT
};
struct md_mlg {
@@ -498,6 +498,7 @@ mlg_ref_special(struct md_mlg *p, int tok,
}
+/* ARGSUSED */
static int
mlg_formatted_special(struct md_mlg *p, int tok, const char *start,
const int *argc, const char **argv, const char **more)