summaryrefslogtreecommitdiffstats
path: root/loader/vfl.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/vfl.c')
-rw-r--r--loader/vfl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/vfl.c b/loader/vfl.c
index db00fa74ec..8aa1573913 100644
--- a/loader/vfl.c
+++ b/loader/vfl.c
@@ -78,7 +78,7 @@ ICOpen(long filename,long fccHandler,unsigned int wMode) {
/* FIXME: do we need to fill out the rest too? */
hdrv=OpenDriverA((long)&icopen);
if (!hdrv) return 0;
- whic = (WINE_HIC*)malloc(sizeof(WINE_HIC));
+ whic = malloc(sizeof(WINE_HIC));
whic->hdrv = hdrv;
whic->driverproc= ((DRVR*)hdrv)->DriverProc;
// whic->private = ICSendMessage((HIC)whic,DRV_OPEN,0,(long)&icopen);