diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-10 12:09:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-10 12:09:47 +0000 |
commit | 7eb59d72cd1ce5e52285c1c9edadf8410146490c (patch) | |
tree | 9d5f1ed42bb514374b9b0aeb3f8956d75f4842e1 /mlg.c | |
parent | 349718f4b8e31663549686fa17aa489c79d94cf3 (diff) | |
download | mandoc-7eb59d72cd1ce5e52285c1c9edadf8410146490c.tar.gz |
Linted on NetBSD side.
Diffstat (limited to 'mlg.c')
-rw-r--r-- | mlg.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |