summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 7fc4fb58..fe385826 100644
--- a/eval.c
+++ b/eval.c
@@ -103,7 +103,7 @@ noreturn static val eval_error(val form, val fmt, ...)
va_start (vl, fmt);
if (form)
- format(stream, lit("(~a:~a) "), spec_file_str, source_loc(form), nao);
+ format(stream, lit("(~a) "), source_loc_str(form), nao);
(void) vformat(stream, fmt, vl);
va_end (vl);