diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-09-18 13:29:39 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-09-18 13:29:39 +0000 |
commit | a0b1e4ae909d99bacac9ecaa52449d6c940d5947 (patch) | |
tree | bb538c35d95c456f46d8008cbb4ad437ebb57f0b /src/namestore | |
parent | dd663a8d291aa5cd0a1235856ba60b71c4c3d344 (diff) |
-code review, breaking build a bit
Diffstat (limited to 'src/namestore')
-rw-r--r-- | src/namestore/namestore_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c index 74f2d063b5..83bc07c390 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, * @param dest_size size of the destination array * @param dest where to write the result * - * @return the size of serialized records + * @return the size of serialized records, -1 if records do not fit */ ssize_t GNUNET_NAMESTORE_records_serialize (unsigned int rd_count, |