aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-29 07:52:23 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-29 07:52:23 +0000
commitcffbdaf5b9053fcf4266423b2167227523b082c4 (patch)
treed801c9ed0558a81e2006553916cc1247c20e5cef /src/util/common_allocation.c
parent8fb11120e2ac1773d07f5df4e2e299637c752338 (diff)
downloadgnunet-cffbdaf5b9053fcf4266423b2167227523b082c4.tar.gz
gnunet-cffbdaf5b9053fcf4266423b2167227523b082c4.zip
report skipped tests, doxygen fixes
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index cd7175eac..4ab5910eb 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -224,8 +224,8 @@ GNUNET_xrealloc_ (void *ptr,
224 * want to keep track of allocations. 224 * want to keep track of allocations.
225 * 225 *
226 * @param ptr the pointer to free 226 * @param ptr the pointer to free
227 * @param filename where in the code was the call to GNUNET_array_grow 227 * @param filename where in the code was the call to GNUNET_free
228 * @param linenumber where in the code was the call to GNUNET_array_grow 228 * @param linenumber where in the code was the call to GNUNET_free
229 */ 229 */
230void 230void
231GNUNET_xfree_ (void *ptr, 231GNUNET_xfree_ (void *ptr,