summaryrefslogtreecommitdiff
path: root/riscos/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gif.c')
-rw-r--r--riscos/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gif.c b/riscos/gif.c
index 97ed89e76..7f2acb40b 100644
--- a/riscos/gif.c
+++ b/riscos/gif.c
@@ -26,7 +26,7 @@ void nsgif_init(void)
{
}
-void nsgif_create(struct content*c)
+void nsgif_create(struct content *c, const char *params[])
{
c->data.gif.sprite_area = 0;
c->data.gif.data = xcalloc(0, 1);