summaryrefslogtreecommitdiff
path: root/content/other.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-12-27 20:15:23 +0000
committerJames Bursa <james@netsurf-browser.org>2003-12-27 20:15:23 +0000
commitce0d5294d5898b6100269bd39d38c0884d5fd4b4 (patch)
tree3a073e5a6d069113c6272f108fcedd668cd186a8 /content/other.c
parent01c0332607e1e9646b74add201a6488ce5265844 (diff)
downloadnetsurf-ce0d5294d5898b6100269bd39d38c0884d5fd4b4.tar.gz
netsurf-ce0d5294d5898b6100269bd39d38c0884d5fd4b4.tar.bz2
[project @ 2003-12-27 20:15:22 by bursa]
Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
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;