summaryrefslogtreecommitdiff
path: root/image/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.c')
-rw-r--r--image/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/gif.c b/image/gif.c
index 88cc22147..aa05a8c81 100644
--- a/image/gif.c
+++ b/image/gif.c
@@ -411,7 +411,7 @@ static void *nsgif_get_internal(const struct content *c, void *context)
return gif->bitmap;
}
-static content_type nsgif_content_type(lwc_string *mime_type)
+static content_type nsgif_content_type(void)
{
return CONTENT_IMAGE;
}