summaryrefslogtreecommitdiffstats
path: root/generic/tkBusy.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkBusy.c')
-rw-r--r--generic/tkBusy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkBusy.c b/generic/tkBusy.c
index 320f177..3a683e3 100644
--- a/generic/tkBusy.c
+++ b/generic/tkBusy.c
@@ -526,7 +526,7 @@ CreateBusy(
Window parent;
Tk_FakeWin *winPtr;
- busyPtr = (Busy *) ckalloc(sizeof(Busy));
+ busyPtr = ckalloc(sizeof(Busy));
x = y = 0;
length = strlen(Tk_Name(tkRef));
name = ckalloc(length + 6);