summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tclCompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 8a7cbf8..7f11e0e 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -3081,7 +3081,7 @@ TclFixupForwardJump(
Tcl_SetHashValue(hPtr, INT2PTR(map[k].cmd));
}
- ckfree (map);
+ ckfree ((char *) map);
}
return 1; /* the jump was grown */