aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mlg.c
diff options
context:
space:
mode:
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)