Cosmetique: espacement dans message d'erreur

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4060 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2001-11-29 09:54:21 +00:00
parent b1c96a931f
commit 713598aa8a
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ let report_error ppf = function
Symtable.report_error err
| Inconsistent_import(intf, file1, file2) ->
fprintf ppf
"@[<hv 0>Files %s and %s@ \
"@[<hov>Files %s@ and %s@ \
make inconsistent assumptions over interface %s@]"
file1 file2 intf
| Custom_runtime ->