From 6cf4ce640c88caf90ef675cd7f3f989a42df4d37 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Mar 2008 17:29:34 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=3982 --- content/fetchcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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]); -- cgit v1.2.3