aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debug/DwarfTypes.ml')
-rw-r--r--debug/DwarfTypes.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/DwarfTypes.ml b/debug/DwarfTypes.ml
index 81c4b858..268711b3 100644
--- a/debug/DwarfTypes.ml
+++ b/debug/DwarfTypes.ml
@@ -70,7 +70,7 @@ type dw_tag_compile_unit =
type dw_tag_const_type =
{
- const_type: reference;
+ const_type: reference;
}
type dw_tag_enumeration_type =
@@ -219,7 +219,7 @@ type dw_tag =
(* The type of the entries. *)
-type dw_entry =
+type dw_entry =
{
tag: dw_tag;
children: dw_entry list;