Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http.c: make finish_active_slot() and handle_curl_result() static
[gitweb.git]
/
test-hashmap.c
diff --git
a/test-hashmap.c
b/test-hashmap.c
index 07aa7ecdeede64477b424620425826b380bf895d..cc2891dd971edfa70733eb327d12ccb66fd09f3e 100644
(file)
--- a/
test-hashmap.c
+++ b/
test-hashmap.c
@@
-47,7
+47,7
@@
static struct test_entry *alloc_test_entry(int hash, char *key, int klen,
static unsigned int hash(unsigned int method, unsigned int i, const char *key)
{
- unsigned int hash;
+ unsigned int hash
= 0
;
switch (method & 3)
{
case HASH_METHOD_FNV: