summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 0e494f83..bcdb793c 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -283,7 +283,8 @@ enum mdoc_list {
LIST_inset,
LIST_item,
LIST_ohang,
- LIST_tag
+ LIST_tag,
+ LIST_MAX
};
/*