diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 10:53:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 10:53:28 +0000 |
commit | 869286ca79b58cee9a78aae60175b751a96ea4ea (patch) | |
tree | 1973997130476f4ab6b4e8be93dd52d722bd32e9 /mdoc_macro.c | |
parent | aa87cd6fc1c369d78cc8e249a6410769605e6e52 (diff) | |
download | mandoc-869286ca79b58cee9a78aae60175b751a96ea4ea.tar.gz |
Lint fixes.
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r-- | mdoc_macro.c | 2 |
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); |