From: ken Date: Tue, 14 Mar 2017 21:25:01 +0000 (-0700) Subject: syntax update (minor) X-Git-Url: https://git.kengrimes.com/?p=henge%2Fapc.git;a=commitdiff_plain;h=311ef64fe7406edc3f5bef28ff618408983968a1 syntax update (minor) --- 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 */