summaryrefslogtreecommitdiff
path: root/riscos/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/draw.c')
-rw-r--r--riscos/draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/draw.c b/riscos/draw.c
index 3068649c1..c215b38f6 100644
--- a/riscos/draw.c
+++ b/riscos/draw.c
@@ -14,7 +14,7 @@
#include "netsurf/utils/log.h"
#include "oslib/drawfile.h"
-void draw_create(struct content *c)
+void draw_create(struct content *c, const char *params[])
{
c->data.draw.data = xcalloc(0, 1);
c->data.draw.length = 0;