aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2017-07-13 17:12:09 +0200
committerxrs <xrs@mail36.net>2017-07-13 17:12:09 +0200
commit2d862b436ff76ae763439a5387df6f99e613ac4b (patch)
tree256d990ed1564a0d0b3977e81d5eaab904864a7f
parentd2308f5bdabd352fa9f6242586b60147006f8081 (diff)
parent6d96643709856bd59c47e7cca2b40636435a40f8 (diff)
downloadgnunet-2d862b436ff76ae763439a5387df6f99e613ac4b.tar.gz
gnunet-2d862b436ff76ae763439a5387df6f99e613ac4b.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 33edb9b1a..3e71fa476 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -1159,7 +1159,7 @@ GNUNET_h2s (const struct GNUNET_HashCode * hc)
1159 * Convert a hash to a string (for printing debug messages). 1159 * Convert a hash to a string (for printing debug messages).
1160 * This is one of the very few calls in the entire API that is 1160 * This is one of the very few calls in the entire API that is
1161 * NOT reentrant! Identical to #GNUNET_h2s(), except that another 1161 * NOT reentrant! Identical to #GNUNET_h2s(), except that another
1162 * buffer is used so both #GNUNET_h2s() and #GNUNET_i2s2() can be 1162 * buffer is used so both #GNUNET_h2s() and #GNUNET_h2s2() can be
1163 * used within the same log statement. 1163 * used within the same log statement.
1164 * 1164 *
1165 * @param hc the hash code 1165 * @param hc the hash code