summaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strings.c')
-rw-r--r--src/util/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index 87c426b6c..ba1a91641 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -47,7 +47,7 @@
47 * 47 *
48 * Unlike using "snprintf" with "%s", this function 48 * Unlike using "snprintf" with "%s", this function
49 * will add 0-terminators after each string. The 49 * will add 0-terminators after each string. The
50 * "GNUNET_string_buffer_tokenize" function can be 50 * #GNUNET_string_buffer_tokenize() function can be
51 * used to parse the buffer back into individual 51 * used to parse the buffer back into individual
52 * strings. 52 * strings.
53 * 53 *