summaryrefslogtreecommitdiff
path: root/image/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.c')
-rw-r--r--image/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/png.c b/image/png.c
index 66826bb3d..b2dc0e145 100644
--- a/image/png.c
+++ b/image/png.c
@@ -418,7 +418,7 @@ static void *nspng_get_internal(const struct content *c, void *context)
return png_c->bitmap;
}
-static content_type nspng_content_type(lwc_string *mime_type)
+static content_type nspng_content_type(void)
{
return CONTENT_IMAGE;
}