X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=hash.c;h=d9ec82fa663804210e8ef200f2f300e914662f22;hb=dabc42c7134596092bf59adb83c79b09f729c290;hp=7b492d4fc039898b975a1122b4e4eb90e3eb8923;hpb=265ae188267fda441f92e513fb89641f78e982fd;p=git.git diff --git a/hash.c b/hash.c index 7b492d4fc..d9ec82fa6 100644 --- a/hash.c +++ b/hash.c @@ -70,7 +70,7 @@ void *lookup_hash(unsigned int hash, struct hash_table *table) { if (!table->array) return NULL; - return &lookup_hash_entry(hash, table)->ptr; + return lookup_hash_entry(hash, table)->ptr; } void **insert_hash(unsigned int hash, void *ptr, struct hash_table *table)