summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-08-14 12:57:02 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-08-14 12:57:02 +0000
commit7d3a242132eedadbcb96bead6dbed64729d11aaf (patch)
tree80df3d742a1707264ffd3c0a9fe69c067b867157 /render/html.h
parent44c418dc7308b9eabec103f86c612e83cb71347e (diff)
downloadnetsurf-7d3a242132eedadbcb96bead6dbed64729d11aaf.tar.gz
netsurf-7d3a242132eedadbcb96bead6dbed64729d11aaf.tar.bz2
[project @ 2004-08-14 12:57:00 by joty]
Using more stddef.h types. svn path=/import/netsurf/; revision=1230
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 1 insertions, 1 deletions
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. */