summaryrefslogtreecommitdiffstatshomepage
path: root/man_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-27 10:13:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-27 10:13:16 +0000
commitb9e783618510e16c5a5f3b9826921a53b7a7980e (patch)
tree1ab19f419af8412991af60bb44da44af7398efbe /man_macro.c
parente66e830839cc95617c9c35efb902aefdff06e220 (diff)
downloadmandoc-b9e783618510e16c5a5f3b9826921a53b7a7980e.tar.gz
mandoc-b9e783618510e16c5a5f3b9826921a53b7a7980e.tar.zst
mandoc-b9e783618510e16c5a5f3b9826921a53b7a7980e.zip
Lint fixes.
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/man_macro.c b/man_macro.c
index 17f61f98..cc6d116c 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -1,4 +1,4 @@
-/* $Id: man_macro.c,v 1.39 2010/03/27 10:13:16 kristaps Exp $ */
+/* $Id: man_macro.c,v 1.40 2010/03/27 10:14:32 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -28,7 +28,7 @@
enum rew {
REW_REWIND,
REW_NOHALT,
- REW_HALT,
+ REW_HALT
};
static int blk_close(MACRO_PROT_ARGS);