Merge branch 'handle-stdout'
[SXSI/xpathcomp.git] / utils / conf.ml
index b044c02..86e30bd 100644 (file)
@@ -13,6 +13,7 @@ module Conf =
       ignore (Sys.command "cp myocamlbuild_config.ml.in myocamlbuild_config.ml");
       o_chan := open_out_gen [ Open_append ] 0  "myocamlbuild_config.ml";
       o_fmt := formatter_of_out_channel !o_chan
+
     ;;
 
     let finish () =