We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be8b906 + 9ea0980 commit 22c430aCopy full SHA for 22c430a
hash.c
@@ -70,7 +70,7 @@ void *lookup_hash(unsigned int hash, struct hash_table *table)
70
{
71
if (!table->array)
72
return NULL;
73
- return &lookup_hash_entry(hash, table)->ptr;
+ return lookup_hash_entry(hash, table)->ptr;
74
}
75
76
void **insert_hash(unsigned int hash, void *ptr, struct hash_table *table)
0 commit comments