From 63dcc995f56013ad59aac6354f7763a943c5da8a Mon Sep 17 00:00:00 2001 From: Frederic Ye Date: Mon, 26 Mar 2012 11:53:35 +0200 Subject: [PATCH] [enhance] compilation: add a line feed after compilation error message --- qml2ocaml/qml2ocaml.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml2ocaml/qml2ocaml.ml b/qml2ocaml/qml2ocaml.ml index 2788fd9b..1f186da6 100644 --- a/qml2ocaml/qml2ocaml.ml +++ b/qml2ocaml/qml2ocaml.ml @@ -1,5 +1,5 @@ (* - Copyright © 2011 MLstate + Copyright © 2011, 2012 MLstate This file is part of OPA. @@ -908,7 +908,7 @@ prerr_endline \"CHECKUP - LIBS - OK\" let o = cont () in if o <> 0 then ( - OManager.printf "error during ocaml compilation -- the command was :@\n%s@\nyou can see compilation logs in %s/%s" c build_dir compilation_log_file; + OManager.printf "error during ocaml compilation -- the command was :@\n%s@\nyou can see compilation logs in %s/%s\n" c build_dir compilation_log_file; o ) else do_compilation q in