summaryrefslogtreecommitdiff
path: root/bindings/hubbub
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
commit8fb696eb6dbaf4b60128511330b837d272fddb93 (patch)
treece06dc2f20cb12a04e1be547f2839de3e05967e5 /bindings/hubbub
parentc857b0a2d3b495f657555d51b0ca2292f2ee2079 (diff)
downloadlibdom-8fb696eb6dbaf4b60128511330b837d272fddb93.tar.gz
libdom-8fb696eb6dbaf4b60128511330b837d272fddb93.tar.bz2
Fix master
Diffstat (limited to 'bindings/hubbub')
-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
};
/**