summaryrefslogtreecommitdiff
path: root/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'err.c')
-rw-r--r--err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/err.c b/err.c
index 3a74595..571b7b7 100644
--- a/err.c
+++ b/err.c
@@ -189,7 +189,7 @@ static void err_print_footer_(Location where, bool show_ctx_stack) {
if (ctx && show_ctx_stack) {
arr_foreach(ctx->instance_stack, Location, inst) {
err_fprint(ctx, "While generating this instance of a function or struct:\n\t");
- print_location_highlight(err_ctx_file(ctx), *inst);
+ print_location_highlight(err_ctx_file(ctx), *inst);
}
}
}