aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-01 12:23:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-01 12:23:18 +0000
commitf6c3874040fbf6d3736577c12cd96aa3531ac175 (patch)
treefb1f349c37b017da8263bce8a6da58d6c22c7763 /src/include/gnunet_common.h
parent7c364119691e984d81f5f5ce5f5321ee5b322e0d (diff)
downloadgnunet-f6c3874040fbf6d3736577c12cd96aa3531ac175.tar.gz
gnunet-f6c3874040fbf6d3736577c12cd96aa3531ac175.zip
nitpicks
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 8703dc3b7..550b44c44 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -491,7 +491,7 @@ void *GNUNET_xmalloc_unchecked_ (size_t size,
491 * memory is available. 491 * memory is available.
492 */ 492 */
493void *GNUNET_xrealloc_ (void *ptr, 493void *GNUNET_xrealloc_ (void *ptr,
494 const size_t n, const char *filename, int linenumber); 494 size_t n, const char *filename, int linenumber);
495 495
496/** 496/**
497 * Free memory. Merely a wrapper for the case that we 497 * Free memory. Merely a wrapper for the case that we