aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_peer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 14:44:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 14:44:48 +0000
commite33689c78cbb4d0f9b7355438cf79b817d729222 (patch)
tree00663b9da4169c46e6beeeba837846a84ffabe1a /src/util/test_peer.c
parent334d64f44f2f741121d0392eb5130bd04428f3ca (diff)
downloadgnunet-e33689c78cbb4d0f9b7355438cf79b817d729222.tar.gz
gnunet-e33689c78cbb4d0f9b7355438cf79b817d729222.zip
nospace
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 5e3e97ac4..8dacbd765 100644
--- a/src/util/test_peer.c
+++ b/src/util/test_peer.c
@@ -70,7 +70,7 @@ check ()
70 if (pid != (i + 1)) 70 if (pid != (i + 1))
71 { 71 {
72 fprintf (stderr, 72 fprintf (stderr,
73 "Unexpected Peer ID returned by intern function \n"); 73 "Unexpected Peer ID returned by intern function\n");
74 return 1; 74 return 1;
75 } 75 }
76 } 76 }
@@ -82,7 +82,7 @@ check ()
82 if (pid != (i + 1)) 82 if (pid != (i + 1))
83 { 83 {
84 fprintf (stderr, 84 fprintf (stderr,
85 "Unexpected Peer ID returned by intern function \n"); 85 "Unexpected Peer ID returned by intern function\n");
86 return 1; 86 return 1;
87 } 87 }
88 } 88 }