From aceae56f9efb6cbf82c399de3b6c360d3650d15c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 29 Jul 2012 13:19:31 +0100 Subject: Fix master --- bindings/hubbub/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c index 9bbf131..6299da5 100644 --- a/bindings/hubbub/parser.c +++ b/bindings/hubbub/parser.c @@ -658,8 +658,8 @@ static hubbub_tree_handler tree_handler = { add_attributes, set_quirks_mode, change_encoding, - NULL, - complete_script + complete_script, + NULL }; /** -- cgit v1.2.3