aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-12-10 14:56:23 +0100
committerEmilio Jesus Gallego Arias2018-12-10 14:56:23 +0100
commit10b07a187522b74bbcc9355d3ff9c4153f300706 (patch)
tree62fce42c8fec43f263de60be71ab0a51fdbf9b6a /lib
parent3f014b0c883cd71cf751b0ccc297edb38e46ae47 (diff)
parentfb81b677b546e2e596f411195684ba47ebe67d91 (diff)
Merge PR #9145: 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