summaryrefslogtreecommitdiff
path: root/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'types.c')
-rw-r--r--types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.c b/types.c
index d04e149..8a4d36d 100644
--- a/types.c
+++ b/types.c
@@ -2381,6 +2381,7 @@ static Status types_expr(Typer *tr, Expression *e) {
}
if (!val.boolv) {
err_print(fn_copy->condition->where, "Function where condition not satisfied. You are probably calling this function incorrectly.");
+ info_print(e->where, "Offending call is here.");
return false;
}
}