summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
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. */