summaryrefslogtreecommitdiff
path: root/bindings/hubbub/parser.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-08 23:20:11 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-08 23:20:11 +0100
commit303419d1000e74db54b7d143ce1d49dc4c3632c9 (patch)
tree5cddd184a7993db3204fd584877aeaa93041577e /bindings/hubbub/parser.c
parentcb0225a6d309cd951b595eb5c1b488f21a0f17be (diff)
downloadlibdom-303419d1000e74db54b7d143ce1d49dc4c3632c9.tar.gz
libdom-303419d1000e74db54b7d143ce1d49dc4c3632c9.tar.bz2
Compatibility with libhubbub chris/amiga-lib branch (which includes a tweak to stop compatibility breakage with older versions of libhubbub)
Diffstat (limited to 'bindings/hubbub/parser.c')
-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
};
/**