From 7d3a242132eedadbcb96bead6dbed64729d11aaf Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 14 Aug 2004 12:57:02 +0000 Subject: [project @ 2004-08-14 12:57:00 by joty] Using more stddef.h types. svn path=/import/netsurf/; revision=1230 --- render/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index be84d9efd..ef22c0d1a 100644 --- a/render/html.h +++ b/render/html.h @@ -36,7 +36,7 @@ struct imagemap; struct content_html_data { htmlParserCtxt *parser; /**< HTML parser context. */ - xmlChar *encoding; /**< Encoding of source. */ + const char *encoding; /**< Encoding of source. */ bool getenc; /**< Need to get the encoding from the document, as it * wasn't specified in the Content-Type header. */ -- cgit v1.2.3