summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 17:29:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 17:29:34 +0000
commit6cf4ce640c88caf90ef675cd7f3f989a42df4d37 (patch)
tree1bc7bbfbdaceeaf864e6e138f6328af95b0aae75
parent38644b0b4a6ee781f28fcd059fdf07dcc15e823a (diff)
downloadnetsurf-6cf4ce640c88caf90ef675cd7f3f989a42df4d37.tar.gz
netsurf-6cf4ce640c88caf90ef675cd7f3f989a42df4d37.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=3982
-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]);