From 2e26c04939ac4c49901d3dcf29b017aed38b2f9a Mon Sep 17 00:00:00 2001 From: François Revel Date: Sun, 30 Nov 2008 00:42:07 +0000 Subject: Fix wrong prototype. svn path=/trunk/hubbub/; revision=5845 --- src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.c') 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; -- cgit v1.2.3