summaryrefslogtreecommitdiffstats
path: root/roff.h
diff options
context:
space:
mode:
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.h b/roff.h
index 2d94080d..bc2b50c1 100644
--- a/roff.h
+++ b/roff.h
@@ -21,7 +21,7 @@ enum rofferr {
ROFF_CONT, /* continue processing line */
ROFF_RERUN, /* re-run roff interpreter with offset */
ROFF_IGN, /* ignore current line */
- ROFF_ERR, /* badness: puke and stop */
+ ROFF_ERR /* badness: puke and stop */
};
__BEGIN_DECLS