summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/fetchcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchcache.c b/content/fetchcache.c
index 6430f1345..5d5753af7 100644
--- a/content/fetchcache.c
+++ b/content/fetchcache.c
@@ -403,7 +403,7 @@ void fetchcache_callback(fetch_msg msg, void *p, const void *data,
type = content_lookup(mime_type);
res = content_set_type(c,
c->download ? CONTENT_OTHER : type,
- mime_type, params);
+ mime_type, (const char **) params);
free(mime_type);
for (i = 0; params[i]; i++)
free(params[i]);