summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.c')
-rw-r--r--image/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index 29fd0bf5c..ec1be8eab 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -345,7 +345,7 @@ static void *nsjpeg_get_internal(const struct content *c, void *context)
return jpeg_c->bitmap;
}
-static content_type nsjpeg_content_type(lwc_string *mime_type)
+static content_type nsjpeg_content_type(void)
{
return CONTENT_IMAGE;
}