gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9942 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9942 - gnunet/src/util
Date: Wed, 30 Dec 2009 18:21:14 +0100

Author: grothoff
Date: 2009-12-30 18:21:14 +0100 (Wed, 30 Dec 2009)
New Revision: 9942

Modified:
   gnunet/src/util/container_heap.c
Log:
fix

Modified: gnunet/src/util/container_heap.c
===================================================================
--- gnunet/src/util/container_heap.c    2009-12-30 07:16:47 UTC (rev 9941)
+++ gnunet/src/util/container_heap.c    2009-12-30 17:21:14 UTC (rev 9942)
@@ -267,6 +267,7 @@
  * Insert the given node 'node' into the subtree starting
  * at 'pos' (while keeping the tree somewhat balanced).
  *
+ * @param heap heap to modify
  * @param pos existing tree
  * @param node node to insert (which may be a subtree itself)
  */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]