summaryrefslogtreecommitdiff
path: root/content/other.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/other.c')
-rw-r--r--content/other.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/other.c b/content/other.c
index a974bd8ed..a4ef7bec7 100644
--- a/content/other.c
+++ b/content/other.c
@@ -17,7 +17,7 @@
#include "netsurf/utils/utils.h"
-void other_create(struct content *c)
+void other_create(struct content *c, char *params[])
{
c->data.other.data = xcalloc(0, 1);
c->data.other.length = 0;