aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api_loop.c')
-rw-r--r--src/statistics/test_statistics_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index 64e6dec5f..a7e2cbab5 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -70,7 +70,7 @@ run (void *cls, char *const *args, const char *cfgfile,
70 i = 0; 70 i = 0;
71 GNUNET_break (NULL != 71 GNUNET_break (NULL !=
72 GNUNET_STATISTICS_get (h, NULL, "test-0", 72 GNUNET_STATISTICS_get (h, NULL, "test-0",
73 GNUNET_TIME_UNIT_MINUTES, &next, 73 &next,
74 &check_1, cls)); 74 &check_1, cls));
75} 75}
76 76