summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index ffabd6799..651f02a7b 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -523,7 +523,7 @@ void fetch_poll(void)
* \return true if the scheme is supported
*/
-bool fetch_can_fetch(nsurl *url)
+bool fetch_can_fetch(const nsurl *url)
{
scheme_fetcher *fetcher = fetchers;
bool match;