summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 10:53:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 10:53:28 +0000
commit869286ca79b58cee9a78aae60175b751a96ea4ea (patch)
tree1973997130476f4ab6b4e8be93dd52d722bd32e9 /mdoc_macro.c
parentaa87cd6fc1c369d78cc8e249a6410769605e6e52 (diff)
downloadmandoc-869286ca79b58cee9a78aae60175b751a96ea4ea.tar.gz
Lint fixes.
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index bce50bd4..a2006408 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -34,7 +34,7 @@ enum rew { /* see rew_dohalt() */
REWIND_THIS,
REWIND_MORE,
REWIND_LATER,
- REWIND_ERROR,
+ REWIND_ERROR
};
static int blk_full(MACRO_PROT_ARGS);