summaryrefslogtreecommitdiff
path: root/src/pretty_print.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/pretty_print.ml')
-rw-r--r--src/pretty_print.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pretty_print.ml b/src/pretty_print.ml
index 3f167ffc..25a9f41b 100644
--- a/src/pretty_print.ml
+++ b/src/pretty_print.ml
@@ -289,7 +289,7 @@ let pp_format_tag = function
| External None -> "(Tag_extern Nothing)"
| Default -> "Tag_default"
| Constructor -> "Tag_ctor"
- | Enum -> "Tag_enum"
+ | Enum i -> "(Tag_enum " ^ (lemnum string_of_int i) ^ ")"
| Alias -> "Tag_alias"
| Spec -> "Tag_spec"