diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-30 22:42:04 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-30 22:42:04 +0000 |
commit | 416c2f5a713b93ba689a8cd1e038682a53e6bc17 (patch) | |
tree | 987f51d9edfddc02afe1524df5e1156b920c71d4 /src/block | |
parent | fceec98e767bce7ad2c24dde73cdcf8837e04013 (diff) |
-LRN: use FPRINTF -- #2051
Diffstat (limited to 'src/block')
-rw-r--r-- | src/block/test_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/test_block.c b/src/block/test_block.c index d1d3edb96a..927029ed85 100644 --- a/src/block/test_block.c +++ b/src/block/test_block.c @@ -72,6 +72,6 @@ main (int argc, char *argv[]) GNUNET_BLOCK_context_destroy (ctx); GNUNET_CONFIGURATION_destroy (cfg); if (ret != 0) - fprintf (stderr, "Tests failed: %d\n", ret); + FPRINTF (stderr, "Tests failed: %d\n", ret); return ret; } |