summaryrefslogtreecommitdiff
path: root/debugger/loadprinter.ml
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>1997-02-26 15:07:57 +0000
committerPierre Weis <Pierre.Weis@inria.fr>1997-02-26 15:07:57 +0000
commita1d1dedc40aae256d7b09aa64574dc1b777a5fcb (patch)
tree4e34b1fbc185c1be523e7cbd47a76c6ca9cc6854 /debugger/loadprinter.ml
parent9d9b6d5023c619526518fae28fc95c2f6ba10af3 (diff)
downloadocaml-a1d1dedc40aae256d7b09aa64574dc1b777a5fcb.tar.gz
Changement des boi^tes hov
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1308 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'debugger/loadprinter.ml')
-rw-r--r--debugger/loadprinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/loadprinter.ml b/debugger/loadprinter.ml
index ef01b26634..ce9f0fc582 100644
--- a/debugger/loadprinter.ml
+++ b/debugger/loadprinter.ml
@@ -113,7 +113,7 @@ let remove_printer lid =
open Format
let report_error error =
- open_hovbox 0;
+ open_box 0;
begin match error with
Load_failure e ->
print_string "Error during code loading:"; print_space();