summaryrefslogtreecommitdiff
path: root/riscos/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/jpeg.c')
-rw-r--r--riscos/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/jpeg.c b/riscos/jpeg.c
index b1f62c169..db119484d 100644
--- a/riscos/jpeg.c
+++ b/riscos/jpeg.c
@@ -19,7 +19,7 @@
#include "oslib/jpeg.h"
-void jpeg_create(struct content *c)
+void jpeg_create(struct content *c, const char *params[])
{
c->data.jpeg.data = xcalloc(0, 1);
c->data.jpeg.length = 0;