aboutsummaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-23 22:08:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-23 22:08:21 +0000
commit912d1dc85990d15f2ce7fcfb837dc37cd327833b (patch)
treee82c187f9ec24c205b4d23fca4d7866eabc7887c /src/util/strings.c
parent996d1af584e8ea60a3e833d4e145bc866a3cba45 (diff)
downloadgnunet-912d1dc85990d15f2ce7fcfb837dc37cd327833b.tar.gz
gnunet-912d1dc85990d15f2ce7fcfb837dc37cd327833b.zip
-doxygen, indentation
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 *