In cache_item(), there was sizeof(void) expression.
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 23 May 2006 01:55:31 +0000 (01:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 23 May 2006 01:55:31 +0000 (01:55 +0000)
commitb8f2f6fee147f423438ef7044984b1d7cfb5a428
treea403b09c9d73f59a4f861f1939b3c618015900cd
parentacc9566b86fea90f588937aa6786448cec956f4d
In cache_item(), there was sizeof(void) expression.
Replace void *key parameter with const struct state_key *
src/mesa/main/texenvprogram.c