aboutsummaryrefslogtreecommitdiff
path: root/src/lint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lint.c')
-rw-r--r--src/lint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lint.c b/src/lint.c
index 5ff1864..7c2e9da 100644
--- a/src/lint.c
+++ b/src/lint.c
@@ -17,5 +17,5 @@ void lint(struct ctx *ctx)
}
if (parens != 0)
- errln(ctx, "Invalid parens balance");
+ errln(&ctx->location, "Invalid parens balance");
}