aboutsummaryrefslogtreecommitdiff
path: root/src/block/test_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/test_block.c')
-rw-r--r--src/block/test_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/test_block.c b/src/block/test_block.c
index d1d3edb96..927029ed8 100644
--- a/src/block/test_block.c
+++ b/src/block/test_block.c
@@ -72,6 +72,6 @@ main (int argc, char *argv[])
72 GNUNET_BLOCK_context_destroy (ctx); 72 GNUNET_BLOCK_context_destroy (ctx);
73 GNUNET_CONFIGURATION_destroy (cfg); 73 GNUNET_CONFIGURATION_destroy (cfg);
74 if (ret != 0) 74 if (ret != 0)
75 fprintf (stderr, "Tests failed: %d\n", ret); 75 FPRINTF (stderr, "Tests failed: %d\n", ret);
76 return ret; 76 return ret;
77} 77}