summaryrefslogtreecommitdiff
path: root/src/mesa/main/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/hash.c')
-rw-r--r--src/mesa/main/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/hash.c b/src/mesa/main/hash.c
index 01a8bd5e7e..0861af1055 100644
--- a/src/mesa/main/hash.c
+++ b/src/mesa/main/hash.c
@@ -41,7 +41,7 @@
#include "hash.h"
-#define TABLE_SIZE 1023 /**< Size of lookup table/array */
+#define TABLE_SIZE 1024 /**< Size of lookup table/array */
/**
* An entry in the hash table.