aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_custommap.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-08-23 15:07:46 +0200
committerJulius Bünger <buenger@mytum.de>2018-08-23 15:07:46 +0200
commit517266896853562ea49c26e707419ca0c5444fff (patch)
tree8153136c0d8717e2f956cbd1d97ba34309cf8e57 /src/rps/gnunet-service-rps_custommap.c
parent6339dc3bdbf1a908d288d7bad4a7332a1179c253 (diff)
downloadgnunet-517266896853562ea49c26e707419ca0c5444fff.tar.gz
gnunet-517266896853562ea49c26e707419ca0c5444fff.zip
Refactor code mostly visually to prevent compiler warnings
Diffstat (limited to 'src/rps/gnunet-service-rps_custommap.c')
-rw-r--r--src/rps/gnunet-service-rps_custommap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps_custommap.c b/src/rps/gnunet-service-rps_custommap.c
index 3513ff8da..c0cb6e650 100644
--- a/src/rps/gnunet-service-rps_custommap.c
+++ b/src/rps/gnunet-service-rps_custommap.c
@@ -91,7 +91,7 @@ CustomPeerMap_create (unsigned int len)
91 * 91 *
92 * @return size of the map 92 * @return size of the map
93 */ 93 */
94int 94unsigned int
95CustomPeerMap_size (const struct CustomPeerMap *c_peer_map) 95CustomPeerMap_size (const struct CustomPeerMap *c_peer_map)
96{ 96{
97 GNUNET_assert (GNUNET_CONTAINER_multihashmap32_size (c_peer_map->hash_map) == 97 GNUNET_assert (GNUNET_CONTAINER_multihashmap32_size (c_peer_map->hash_map) ==