aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_container_heap.c')
-rw-r--r--src/util/test_container_heap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/test_container_heap.c b/src/util/test_container_heap.c
index 7b352241c..62d675bbb 100644
--- a/src/util/test_container_heap.c
+++ b/src/util/test_container_heap.c
@@ -29,8 +29,7 @@
29#include "gnunet_container_lib.h" 29#include "gnunet_container_lib.h"
30 30
31static int 31static int
32iterator_callback (void *cls, 32iterator_callback (void *cls, struct GNUNET_CONTAINER_HeapNode *node,
33 struct GNUNET_CONTAINER_HeapNode *node,
34 void *element, GNUNET_CONTAINER_HeapCostType cost) 33 void *element, GNUNET_CONTAINER_HeapCostType cost)
35{ 34{
36 return GNUNET_OK; 35 return GNUNET_OK;