aboutsummaryrefslogtreecommitdiff
path: root/src/util/uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/uri.c')
-rw-r--r--src/util/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/uri.c b/src/util/uri.c
index 87101d7e1..fa383110d 100644
--- a/src/util/uri.c
+++ b/src/util/uri.c
@@ -302,7 +302,7 @@ GNUNET_uri_split_path (char *path,
302 * in the yuarel_param struct. 302 * in the yuarel_param struct.
303 * 303 *
304 * *query: the query string to parse. The string will be modified. 304 * *query: the query string to parse. The string will be modified.
305 * delimiter: the character that separates the key/value pairs from eachother. 305 * delimiter: the character that separates the key/value pairs from each other.
306 * *params: an array of (struct yuarel_param) where to store the result. 306 * *params: an array of (struct yuarel_param) where to store the result.
307 * max_values: max number of parameters to parse. 307 * max_values: max number of parameters to parse.
308 * 308 *