From 311ef64fe7406edc3f5bef28ff618408983968a1 Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 14 Mar 2017 14:25:01 -0700 Subject: [PATCH] syntax update (minor) --- ston/ston_ht.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ston/ston_ht.h b/ston/ston_ht.h index de6a464..1bd310d 100644 --- a/ston/ston_ht.h +++ b/ston/ston_ht.h @@ -436,7 +436,7 @@ void ston_dht_iterate ) { ht->ht_iter = fn; ht->ht_user_data = user_data; - ston_dht_iterate_r(ht,(void**)ht->bucket_root); + ston_dht_iterate_r(ht,ht->bucket_root); } /* Recursively iterate through the given bucket belonging to hashtable ht */ -- 2.18.0