aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-06 08:33:14 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-06 08:33:14 +0000
commit410796aa0383385cbb0d12d17d56d69ee15d0497 (patch)
treec0c1ab2761d948441a2a0b86271ff41c527fa096 /src/util/test_bio.c
parent3e697f238da8de2bc490d33da0660afc1dd14fbf (diff)
downloadgnunet-410796aa0383385cbb0d12d17d56d69ee15d0497.tar.gz
gnunet-410796aa0383385cbb0d12d17d56d69ee15d0497.zip
to be fixed by jilu:
Diffstat (limited to 'src/util/test_bio.c')
-rw-r--r--src/util/test_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index fbcfa02ac..e18b0d307 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -33,7 +33,7 @@
33int 33int
34main (int argc, char *argv[]) 34main (int argc, char *argv[])
35{ 35{
36 36#if 0
37 char *readResultString; 37 char *readResultString;
38 int64_t testNumber = (int64_t) TESTNUMBER64; 38 int64_t testNumber = (int64_t) TESTNUMBER64;
39 int64_t testNum; 39 int64_t testNum;
@@ -153,7 +153,7 @@ main (int argc, char *argv[])
153 GNUNET_free (fileName2); 153 GNUNET_free (fileName2);
154 GNUNET_free (fileName3); 154 GNUNET_free (fileName3);
155 GNUNET_free (fileName4); 155 GNUNET_free (fileName4);
156 156#endif
157 157
158 return 0; 158 return 0;
159 159