summaryrefslogtreecommitdiff
path: root/riscos/content-handlers/artworks.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/content-handlers/artworks.c')
-rw-r--r--riscos/content-handlers/artworks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/content-handlers/artworks.c b/riscos/content-handlers/artworks.c
index ffbd7835e..a669dce14 100644
--- a/riscos/content-handlers/artworks.c
+++ b/riscos/content-handlers/artworks.c
@@ -113,7 +113,7 @@ static void artworks_destroy(struct content *c);
static bool artworks_redraw(struct content *c, struct content_redraw_data *data,
const struct rect *clip, const struct redraw_context *ctx);
static nserror artworks_clone(const struct content *old, struct content **newc);
-static content_type artworks_content_type(lwc_string *mime_type);
+static content_type artworks_content_type(void);
static const content_handler artworks_content_handler = {
.create = artworks_create,
@@ -468,7 +468,7 @@ nserror artworks_clone(const struct content *old, struct content **newc)
return NSERROR_OK;
}
-content_type artworks_content_type(lwc_string *mime_type)
+content_type artworks_content_type(void)
{
return CONTENT_IMAGE;
}