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/svg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/svg.c') diff --git a/image/svg.c b/image/svg.c index 43f456bd6..698d20d55 100644 --- a/image/svg.c +++ b/image/svg.c @@ -319,7 +319,7 @@ static nserror svg_clone(const struct content *old, struct content **newc) return NSERROR_OK; } -static content_type svg_content_type(lwc_string *mime_type) +static content_type svg_content_type(void) { return CONTENT_IMAGE; } -- cgit v1.2.3