aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_peer.c')
-rw-r--r--src/util/test_peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_peer.c b/src/util/test_peer.c
index 248836b4c..b059f2cf3 100644
--- a/src/util/test_peer.c
+++ b/src/util/test_peer.c
@@ -65,7 +65,7 @@ check ()
65 pid = GNUNET_PEER_intern (&pidArr[i]); 65 pid = GNUNET_PEER_intern (&pidArr[i]);
66 if (pid != (i + 1)) 66 if (pid != (i + 1))
67 { 67 {
68 FPRINTF (stderr, "%s", "Unexpected Peer ID returned by intern function\n"); 68 fprintf (stderr, "%s", "Unexpected Peer ID returned by intern function\n");
69 return 1; 69 return 1;
70 } 70 }
71 } 71 }
@@ -76,7 +76,7 @@ check ()
76 pid = GNUNET_PEER_intern (&pidArr[i]); 76 pid = GNUNET_PEER_intern (&pidArr[i]);
77 if (pid != (i + 1)) 77 if (pid != (i + 1))
78 { 78 {
79 FPRINTF (stderr, "%s", "Unexpected Peer ID returned by intern function\n"); 79 fprintf (stderr, "%s", "Unexpected Peer ID returned by intern function\n");
80 return 1; 80 return 1;
81 } 81 }
82 } 82 }