aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 4d1b7c6f0..73ea5d60d 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -25,7 +25,7 @@
25 * 25 *
26 * GNUnet URIs are of the general form "gnunet://MODULE/IDENTIFIER". 26 * GNUnet URIs are of the general form "gnunet://MODULE/IDENTIFIER".
27 * The specific structure of "IDENTIFIER" depends on the module and 27 * The specific structure of "IDENTIFIER" depends on the module and
28 * maybe differenciated into additional subcategories if applicable. 28 * maybe differentiated into additional subcategories if applicable.
29 * This module only deals with fs identifiers (MODULE = "fs"). 29 * This module only deals with fs identifiers (MODULE = "fs").
30 * <p> 30 * <p>
31 * 31 *
@@ -213,7 +213,7 @@ GNUNET_FS_uri_ksk_to_string_fancy (const struct GNUNET_FS_Uri *uri)
213 * 213 *
214 * @param in string with %-encoding 214 * @param in string with %-encoding
215 * @param emsg where to store the parser error message (if any) 215 * @param emsg where to store the parser error message (if any)
216 * @return decodded string with leading space (or preserved plus) 216 * @return decoded string with leading space (or preserved plus)
217 */ 217 */
218static char * 218static char *
219percent_decode_keyword (const char *in, char **emsg) 219percent_decode_keyword (const char *in, char **emsg)