summaryrefslogtreecommitdiff
path: root/script.it/outline.ml
diff options
context:
space:
mode:
Diffstat (limited to 'script.it/outline.ml')
-rwxr-xr-xscript.it/outline.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.it/outline.ml b/script.it/outline.ml
index 4962d8e..0dbecd0 100755
--- a/script.it/outline.ml
+++ b/script.it/outline.ml
@@ -6,7 +6,7 @@ type t =
; back: Path.Fixed.t
}
-let get_id =
+let get_id () =
let id = !internal_path_id in
incr internal_path_id;
id