From a2f14f891ed143638675026aac42adf18f8373e5 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sat, 2 Aug 2008 16:12:57 +0000 Subject: Get perf/hubbub.c building again after removing the "internal encoding" argument from hubbub_parser_create(). svn path=/trunk/hubbub/; revision=4866 --- perf/hubbub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perf') diff --git a/perf/hubbub.c b/perf/hubbub.c index c273377..92f2026 100644 --- a/perf/hubbub.c +++ b/perf/hubbub.c @@ -134,7 +134,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