aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Debug.mli
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Debug.mli')
-rw-r--r--debug/Debug.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Debug.mli b/debug/Debug.mli
index 553e1412..145927f4 100644
--- a/debug/Debug.mli
+++ b/debug/Debug.mli
@@ -18,7 +18,7 @@ open BinNums
(* Record used for stroring references to the actual implementation functions *)
-type implem =
+type implem =
{
init: string -> unit;
atom_global: ident -> atom -> unit;