summaryrefslogtreecommitdiff
path: root/image/svg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/svg.c')
-rw-r--r--image/svg.c2
1 files changed, 1 insertions, 1 deletions
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;
}