summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-11-30 00:42:07 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-11-30 00:42:07 +0000
commit2e26c04939ac4c49901d3dcf29b017aed38b2f9a (patch)
treed366606a830a18c16d5bd2fce4dc6070d1f6ae95 /src/parser.c
parent5959dd96793971a472f520398c06f123cda80f48 (diff)
downloadlibhubbub-2e26c04939ac4c49901d3dcf29b017aed38b2f9a.tar.gz
libhubbub-2e26c04939ac4c49901d3dcf29b017aed38b2f9a.tar.bz2
Fix wrong prototype.
svn path=/trunk/hubbub/; revision=5845
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index 2fda74a..575eb73 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -292,7 +292,7 @@ hubbub_error hubbub_parser_completed(hubbub_parser *parser)
* \return Pointer to charset name (constant; do not free), or NULL if unknown
*/
const char *hubbub_parser_read_charset(hubbub_parser *parser,
- uint32_t *source)
+ hubbub_charset_source *source)
{
if (parser == NULL || source == NULL)
return NULL;