Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build with OCaml 4.02 (closes #6)
  • Loading branch information
ygrek committed Sep 17, 2014
1 parent fbc2cfe commit c91a788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/net/terminal.ml
Expand Up @@ -185,7 +185,7 @@ module Output = struct
let canal = List.assoc chan !chanmap in
etat.chan <- Some (chan, canal);
info (sprintf "connecte au canal '%s'" chan);
(* {| canal ALL } *)
(* { | canal ALL } *)
with Not_found -> (* pas encore de recepteur pour ce canal *)
try (* on en cree un *)
let serveur = nsrecord.get_loc chan in
Expand Down

1 comment on commit c91a788

@gontthias
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incredible error

Please sign in to comment.