summaryrefslogtreecommitdiff
path: root/utils/nsurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nsurl.h')
-rw-r--r--utils/nsurl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nsurl.h b/utils/nsurl.h
index 62b8477a7..96e7a76f8 100644
--- a/utils/nsurl.h
+++ b/utils/nsurl.h
@@ -60,7 +60,7 @@ typedef enum nsurl_component {
* It is up to the client to call nsurl_destroy when they are finished with
* the created object.
*/
-nserror nsurl_create(const char const *url_s, nsurl **url);
+nserror nsurl_create(const char * const url_s, nsurl **url);
/**