summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbox.c b/src/toolbox.c
index 607247b..4db0e9a 100644
--- a/src/toolbox.c
+++ b/src/toolbox.c
@@ -389,7 +389,7 @@ static int putcb(struct parsing *parsing,
conferr("line %d: reserved variable name '%.*s'\n"
"..: %.*s\n..: %*s\n",
here.lino, (int)lname, name,
- here.lino, (int)here.length, here.begin, here.colno, "^");
+ (int)here.length, here.begin, here.colno, "^");
errcount++;
dependant = 0;