diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-27 10:13:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-27 10:13:16 +0000 |
commit | ac31de5ed982876e58850bd26a5055517e50efbb (patch) | |
tree | 61d591b4dab5cb2e7b404194cb6cde389e805dc7 /man_macro.c | |
parent | 3d00547941b5d1c4149d94faf88ce7e7c0b9b034 (diff) | |
download | mandoc-ac31de5ed982876e58850bd26a5055517e50efbb.tar.gz |
Lint fixes.
Diffstat (limited to 'man_macro.c')
-rw-r--r-- | man_macro.c | 2 |
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); |