summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-29 13:19:31 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-29 13:19:31 +0100
commitaceae56f9efb6cbf82c399de3b6c360d3650d15c (patch)
treece06dc2f20cb12a04e1be547f2839de3e05967e5 /bindings
parent3193d4f4daa362f83a4b45c0e4a3e5e3539c9663 (diff)
downloadlibdom-aceae56f9efb6cbf82c399de3b6c360d3650d15c.tar.gz
libdom-aceae56f9efb6cbf82c399de3b6c360d3650d15c.tar.bz2
Fix master
Diffstat (limited to 'bindings')
-rw-r--r--bindings/hubbub/parser.c4
1 files 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
};
/**