From 9ee4f6146e06f6d142cc98a2bc600a49b4a3ddc6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 3 Sep 2011 09:27:42 +0000 Subject: Remove mime_type parameter from content handler content_type callback API svn path=/trunk/netsurf/; revision=12704 --- image/webp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/webp.c') diff --git a/image/webp.c b/image/webp.c index 714e44c5c..eba155492 100644 --- a/image/webp.c +++ b/image/webp.c @@ -200,7 +200,7 @@ static void *webp_get_internal(const struct content *c, void *context) return webp->bitmap; } -static content_type webp_content_type(lwc_string *mime_type) +static content_type webp_content_type(void) { return CONTENT_IMAGE; } -- cgit v1.2.3