aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/container_multihashmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c
index 626638d55..b5f663e67 100644
--- a/src/util/container_multihashmap.c
+++ b/src/util/container_multihashmap.c
@@ -198,8 +198,7 @@ GNUNET_CONTAINER_multihashmap_iterate (const struct
198 GNUNET_HashCode kc; 198 GNUNET_HashCode kc;
199 199
200 count = 0; 200 count = 0;
201 GNUNET_assert(map!=NULL); 201 GNUNET_assert(map != NULL);
202
203 for (i = 0; i < map->map_length; i++) 202 for (i = 0; i < map->map_length; i++)
204 { 203 {
205 n = map->map[i]; 204 n = map->map[i];