aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorMarkus Teich <teichm@fs.tum.de>2016-10-09 11:38:55 +0000
committerMarkus Teich <teichm@fs.tum.de>2016-10-09 11:38:55 +0000
commitc9f2b5e884cac0605dd9f2931c7154fb94baeb84 (patch)
tree12b2022547c3ec117cc742e5fd1e0d7cf53806cd /src/include/gnunet_common.h
parentcb0b94bf09c45e690591140d4422b69e1db412cb (diff)
downloadgnunet-c9f2b5e884cac0605dd9f2931c7154fb94baeb84.tar.gz
gnunet-c9f2b5e884cac0605dd9f2931c7154fb94baeb84.zip
libgnunetutil: fix doc and indentation for realloc
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 2438b179c..dfe8effcd 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -854,7 +854,8 @@ GNUNET_ntoh_double (double d);
854 854
855/** 855/**
856 * @ingroup memory 856 * @ingroup memory
857 * Wrapper around realloc. Rellocates size bytes of memory. 857 * Wrapper around realloc. Reallocates size bytes of memory.
858 * The content of the intersection of the new and old size will be unchanged.
858 * 859 *
859 * @param ptr the pointer to reallocate 860 * @param ptr the pointer to reallocate
860 * @param size the number of bytes to reallocate 861 * @param size the number of bytes to reallocate