aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-01-17 13:33:43 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-01-17 13:33:43 +0100
commita88b623c82f081b4c79cbaace4a8ed1cee05c9bd (patch)
tree078b27692df53bdaa6dddb6ba994a35ae0a5d0fa /cparser
parentb34cdb445c74268309ab74cd63793c6b70da11fc (diff)
downloadcompcert-a88b623c82f081b4c79cbaace4a8ed1cee05c9bd.tar.gz
compcert-a88b623c82f081b4c79cbaace4a8ed1cee05c9bd.zip
Added missing whitespace. Bug 19872
Diffstat (limited to 'cparser')
-rw-r--r--cparser/Cerrors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cerrors.ml b/cparser/Cerrors.ml
index c8fc65db..cc6cc0f3 100644
--- a/cparser/Cerrors.ml
+++ b/cparser/Cerrors.ml
@@ -329,7 +329,7 @@ let crash exn =
bc Version.version Version.buildnr Version.tag rsc;
eprintf "Backtrace (please include this in your support request):\n%s"
backtrace;
- eprintf "%tUncaught exception:%s.\n\
+ eprintf "%tUncaught exception: %s.\n\
\ Please report this problem to our support.\n\
\ Error occurred in Build: %s, Tag: %s.\n%t"
rc (Printexc.to_string exn) Version.buildnr Version.tag rsc;