summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxvb.c
diff options
context:
space:
mode:
authorDaniel Borca <[email protected]>2003-10-30 11:44:19 +0000
committerDaniel Borca <[email protected]>2003-10-30 11:44:19 +0000
commite81b180065f0a9f80c1310ac447509b1debc4559 (patch)
tree9757f3e47b7251c56bb581627453e7768384277f /src/mesa/drivers/glide/fxvb.c
parent63a5ca08f3bdaee975c9b059caf15ffd3ddd8d38 (diff)
bugfixes wrt texture compression
Diffstat (limited to 'src/mesa/drivers/glide/fxvb.c')
-rw-r--r--src/mesa/drivers/glide/fxvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c
index c8d6495f544..2d9f73d6a8f 100644
--- a/src/mesa/drivers/glide/fxvb.c
+++ b/src/mesa/drivers/glide/fxvb.c
@@ -393,7 +393,7 @@ void fxFreeVB( GLcontext *ctx )
}
if (fxMesa->UbyteColor.Ptr) {
- ALIGN_FREE(fxMesa->UbyteColor.Ptr);
+ ALIGN_FREE((void *)fxMesa->UbyteColor.Ptr);
fxMesa->UbyteColor.Ptr = 0;
}
}