From 6228480959a21db776dcd04684f427942e83bc42 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sat, 2 Aug 2008 02:19:01 +0000 Subject: Stop pretending Hubbub has an internal encoding. svn path=/trunk/hubbub/; revision=4859 --- test/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tree.c') diff --git a/test/tree.c b/test/tree.c index ae947a0..ff8f49a 100644 --- a/test/tree.c +++ b/test/tree.c @@ -103,7 +103,7 @@ int main(int argc, char **argv) /* Initialise library */ assert(hubbub_initialise(argv[1], myrealloc, NULL) == HUBBUB_OK); - parser = hubbub_parser_create("UTF-8", "UTF-8", myrealloc, NULL); + parser = hubbub_parser_create("UTF-8", myrealloc, NULL); assert(parser != NULL); params.tree_handler = &tree_handler; -- cgit v1.2.3