aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Debug.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Debug.ml')
-rw-r--r--debug/Debug.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Debug.ml b/debug/Debug.ml
index 161ee3ed..21f8d9fd 100644
--- a/debug/Debug.ml
+++ b/debug/Debug.ml
@@ -20,7 +20,7 @@ open DwarfTypes
(* Interface for generating and printing debug information *)
(* Record used for stroring references to the actual implementation functions *)
-type implem =
+type implem =
{
mutable init: string -> unit;
mutable atom_function: ident -> atom -> unit;