aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_allocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_common_allocation.c')
-rw-r--r--src/util/test_common_allocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_allocation.c b/src/util/test_common_allocation.c
index 950f0cedb..438d39751 100644
--- a/src/util/test_common_allocation.c
+++ b/src/util/test_common_allocation.c
@@ -105,7 +105,7 @@ main (int argc, char *argv[])
105 GNUNET_log_setup ("test-common-allocation", "WARNING", NULL); 105 GNUNET_log_setup ("test-common-allocation", "WARNING", NULL);
106 ret = check (); 106 ret = check ();
107 if (ret != 0) 107 if (ret != 0)
108 fprintf (stderr, "ERROR %d.\n", ret); 108 FPRINTF (stderr, "ERROR %d.\n", ret);
109 return ret; 109 return ret;
110} 110}
111 111