Skip to content

Commit 93da06f

Browse files
committed
Erreur de syntaxe...
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1610 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent b31ba45 commit 93da06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debugger/program_management.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ let loaded = ref false
9898

9999
let kill_program () =
100100
Breakpoints.remove_all_breakpoints ();
101-
History.empty_history ()
101+
History.empty_history ();
102102
kill_all_checkpoints ();
103103
loaded := false;
104-
close_connection ();
104+
close_connection ()
105105

106106
let ask_kill_program () =
107107
if not !loaded then

0 commit comments

Comments
 (0)