This commit is contained in:
Simon Cruanes 2017-12-29 18:35:27 +01:00 committed by Guillaume Bury
parent b2e646343a
commit 585bf6bd50

View file

@ -198,10 +198,10 @@ let check () =
let main () =
(* Administrative duties *)
Arg.parse argspec input_file usage;
if !file = "" then begin
if !file = "" then (
Arg.usage argspec usage;
exit 2
end;
);
let al = Gc.create_alarm check in
(* Interesting stuff happening *)