diff options
Diffstat (limited to 'src/util/hash_table.c')
-rw-r--r-- | src/util/hash_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/hash_table.c b/src/util/hash_table.c index 81816d1443c..fd8e2ea244f 100644 --- a/src/util/hash_table.c +++ b/src/util/hash_table.c @@ -232,7 +232,7 @@ hash_table_insert(struct hash_table *ht, uint32_t hash, const void *key, void *data); static void -_mesa_hash_table_rehash(struct hash_table *ht, int new_size_index) +_mesa_hash_table_rehash(struct hash_table *ht, unsigned new_size_index) { struct hash_table old_ht; struct hash_entry *table, *entry; |