summaryrefslogtreecommitdiffstats
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
commitac31de5ed982876e58850bd26a5055517e50efbb (patch)
tree61d591b4dab5cb2e7b404194cb6cde389e805dc7 /man_macro.c
parent3d00547941b5d1c4149d94faf88ce7e7c0b9b034 (diff)
downloadmandoc-ac31de5ed982876e58850bd26a5055517e50efbb.tar.gz
Lint fixes.
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man_macro.c b/man_macro.c
index 07b4950e..70387fec 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -28,7 +28,7 @@
enum rew {
REW_REWIND,
REW_NOHALT,
- REW_HALT,
+ REW_HALT
};
static int blk_close(MACRO_PROT_ARGS);