aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHugo Herbelin2018-12-05 19:59:30 +0100
committerHugo Herbelin2018-12-08 18:23:30 +0100
commitfb81b677b546e2e596f411195684ba47ebe67d91 (patch)
tree45209204a76fab5e10e5effb074f94afc6e912d7 /lib
parentfa20a54d9fbe0f3872614a592fcef7ef56b05e49 (diff)
Do so that an error message follows the "Error:" header on the same line.
Diffstat (limited to 'lib')
-rw-r--r--lib/cErrors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cErrors.ml b/lib/cErrors.ml
index 811fcf4063..79f0a806a7 100644
--- a/lib/cErrors.ml
+++ b/lib/cErrors.ml
@@ -112,7 +112,7 @@ let iprint_no_report (e, info) =
let _ = register_handler begin function
| UserError(s, pps) ->
- hov 0 (where s ++ pps)
+ where s ++ pps
| _ -> raise Unhandled
end