From ce0d5294d5898b6100269bd39d38c0884d5fd4b4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Dec 2003 20:15:23 +0000 Subject: [project @ 2003-12-27 20:15:22 by bursa] Use charset from Content-Type header. svn path=/import/netsurf/; revision=460 --- riscos/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/png.c') diff --git a/riscos/png.c b/riscos/png.c index c6fbb3cfc..d56c5d827 100644 --- a/riscos/png.c +++ b/riscos/png.c @@ -64,7 +64,7 @@ void nspng_init(void) } -void nspng_create(struct content *c) +void nspng_create(struct content *c, const char *params[]) { #ifndef NO_IFC if (imagefileconvert) { -- cgit v1.2.3