summaryrefslogtreecommitdiff
path: root/bindings/hubbub
diff options
context:
space:
mode:
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 173d45f..89d45e5 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -650,8 +650,8 @@ static hubbub_tree_handler tree_handler = {
add_attributes,
set_quirks_mode,
change_encoding,
- complete_script,
- NULL
+ NULL,
+ complete_script
};
/**