summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/texenvprogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c
index 5db2f6249c..0a43f7ac4a 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;