summaryrefslogtreecommitdiffstatshomepage
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
commit39b22de4b83d6caed4f4118eaf4057da6397fda7 (patch)
tree1fe486acc5ad3933332feba8c28dfd7be3979012 /mlg.c
parent314ca44f160b0c1b8bf73bc7c4157ca07db5da8a (diff)
downloadmandoc-39b22de4b83d6caed4f4118eaf4057da6397fda7.tar.gz
mandoc-39b22de4b83d6caed4f4118eaf4057da6397fda7.tar.zst
mandoc-39b22de4b83d6caed4f4118eaf4057da6397fda7.zip
Linted on NetBSD side.
Diffstat (limited to 'mlg.c')
-rw-r--r--mlg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mlg.c b/mlg.c
index 72b9ebd1..546217a6 100644
--- a/mlg.c
+++ b/mlg.c
@@ -1,4 +1,4 @@
-/* $Id: mlg.c,v 1.26 2008/12/10 12:05:33 kristaps Exp $ */
+/* $Id: mlg.c,v 1.27 2008/12/10 12:09:47 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)