diff options
-rw-r--r-- | src/mesa/main/texenvprogram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index 5db2f6249c4..0a43f7ac4ad 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -1106,7 +1106,7 @@ create_new_program(struct state_key *key, GLcontext *ctx, static struct fragment_program * search_cache(const struct texenvprog_cache *cache, GLuint hash, - const const void *key, + const void *key, GLuint keysize) { struct texenvprog_cache_item *c; |