aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-12-30 17:21:14 +0000
committerChristian Grothoff <christian@grothoff.org>2009-12-30 17:21:14 +0000
commitebd1325d27e2062f3fb8e92766178ab0660c2dac (patch)
treee9570c26d55e944bad21815d5962ea93d089af95
parent11218d651a80bde8f05f720336698329895ba39c (diff)
downloadgnunet-ebd1325d27e2062f3fb8e92766178ab0660c2dac.tar.gz
gnunet-ebd1325d27e2062f3fb8e92766178ab0660c2dac.zip
fix
-rw-r--r--src/util/container_heap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/container_heap.c b/src/util/container_heap.c
index 1bb7d5790..78881d808 100644
--- a/src/util/container_heap.c
+++ b/src/util/container_heap.c
@@ -267,6 +267,7 @@ GNUNET_CONTAINER_heap_walk_get_next (struct GNUNET_CONTAINER_Heap *heap)
267 * Insert the given node 'node' into the subtree starting 267 * Insert the given node 'node' into the subtree starting
268 * at 'pos' (while keeping the tree somewhat balanced). 268 * at 'pos' (while keeping the tree somewhat balanced).
269 * 269 *
270 * @param heap heap to modify
270 * @param pos existing tree 271 * @param pos existing tree
271 * @param node node to insert (which may be a subtree itself) 272 * @param node node to insert (which may be a subtree itself)
272 */ 273 */