aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-18 13:29:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-18 13:29:39 +0000
commita0b1e4ae909d99bacac9ecaa52449d6c940d5947 (patch)
treebb538c35d95c456f46d8008cbb4ad437ebb57f0b /src/namestore
parentdd663a8d291aa5cd0a1235856ba60b71c4c3d344 (diff)
downloadgnunet-a0b1e4ae909d99bacac9ecaa52449d6c940d5947.tar.gz
gnunet-a0b1e4ae909d99bacac9ecaa52449d6c940d5947.zip
-code review, breaking build a bit
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c
index 74f2d063b..83bc07c39 100644
--- a/src/namestore/namestore_common.c
+++ b/src/namestore/namestore_common.c
@@ -125,7 +125,7 @@ GNUNET_NAMESTORE_records_get_size (unsigned int rd_count,
125 * @param dest_size size of the destination array 125 * @param dest_size size of the destination array
126 * @param dest where to write the result 126 * @param dest where to write the result
127 * 127 *
128 * @return the size of serialized records 128 * @return the size of serialized records, -1 if records do not fit
129 */ 129 */
130ssize_t 130ssize_t
131GNUNET_NAMESTORE_records_serialize (unsigned int rd_count, 131GNUNET_NAMESTORE_records_serialize (unsigned int rd_count,