aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_service_rps_custommap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/test_service_rps_custommap.c')
-rw-r--r--src/rps/test_service_rps_custommap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_service_rps_custommap.c b/src/rps/test_service_rps_custommap.c
index 05590b097..3d885ca6b 100644
--- a/src/rps/test_service_rps_custommap.c
+++ b/src/rps/test_service_rps_custommap.c
@@ -35,7 +35,7 @@ check ()
35 struct CustomPeerMap *c_m; 35 struct CustomPeerMap *c_m;
36 struct GNUNET_PeerIdentity k1; 36 struct GNUNET_PeerIdentity k1;
37 struct GNUNET_PeerIdentity k2; 37 struct GNUNET_PeerIdentity k2;
38 int j; 38 unsigned int j;
39 39
40 CHECK (NULL != (c_m = CustomPeerMap_create (4))); 40 CHECK (NULL != (c_m = CustomPeerMap_create (4)));
41 memset (&k1, 0, sizeof(k1)); 41 memset (&k1, 0, sizeof(k1));