summaryrefslogtreecommitdiff
path: root/compiler/Errors.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/Errors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Errors.ml b/compiler/Errors.ml
index 6057362e..68073ef7 100644
--- a/compiler/Errors.ml
+++ b/compiler/Errors.ml
@@ -7,7 +7,7 @@ let meta_to_string (span : Meta.span) =
^ loc_to_string span.end_loc
let format_error_message (meta : Meta.meta) msg =
- msg ^ ":" ^ meta_to_string meta.span
+ msg ^ "\n" ^ meta_to_string meta.span
exception CFailure of string