aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 09c547b09..bb8577b7a 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -458,7 +458,7 @@ GNUNET_STRINGS_base64url_decode (const char *data,
458 * 458 *
459 * @param data the data to encode 459 * @param data the data to encode
460 * @param len the length of the input 460 * @param len the length of the input
461 * @param output where to write the output (*output should be NULL, 461 * @param[out] out where to write the output (*output should be NULL,
462 * is allocated) 462 * is allocated)
463 * @return the size of the output 463 * @return the size of the output
464 */ 464 */