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