summaryrefslogtreecommitdiff
path: root/bindings
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
commit67fd9ee804e29c64f10c9c74effbc6094dd35027 (patch)
tree5cddd184a7993db3204fd584877aeaa93041577e /bindings
parent0c8a2c7687ebc1d15f3eb0518c914e69018ab72c (diff)
downloadlibdom-67fd9ee804e29c64f10c9c74effbc6094dd35027.tar.gz
libdom-67fd9ee804e29c64f10c9c74effbc6094dd35027.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')
-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
};
/**