aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download_recursive.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-27 19:02:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-27 19:02:50 +0000
commitea01f6b6a8d3f59bf03cf128dc8a8fdfb35a75f5 (patch)
tree672432099a92e75862feb86150672177e3002d00 /src/fs/test_fs_download_recursive.c
parent47e279abf7b28f84dc2a0a4a2b9c3a587e7d9ed6 (diff)
downloadgnunet-ea01f6b6a8d3f59bf03cf128dc8a8fdfb35a75f5.tar.gz
gnunet-ea01f6b6a8d3f59bf03cf128dc8a8fdfb35a75f5.zip
nodebug
Diffstat (limited to 'src/fs/test_fs_download_recursive.c')
-rw-r--r--src/fs/test_fs_download_recursive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_download_recursive.c b/src/fs/test_fs_download_recursive.c
index ee320640c..d24a38dbc 100644
--- a/src/fs/test_fs_download_recursive.c
+++ b/src/fs/test_fs_download_recursive.c
@@ -29,7 +29,7 @@
29#include "gnunet_util.h" 29#include "gnunet_util.h"
30#include "gnunet_fsui_lib.h" 30#include "gnunet_fsui_lib.h"
31 31
32#define DEBUG_VERBOSE GNUNET_YES 32#define DEBUG_VERBOSE GNUNET_NO
33 33
34#define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(ectx, 0); goto FAILURE; } 34#define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(ectx, 0); goto FAILURE; }
35 35