From 303419d1000e74db54b7d143ce1d49dc4c3632c9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 Jul 2012 23:20:11 +0100 Subject: Compatibility with libhubbub chris/amiga-lib branch (which includes a tweak to stop compatibility breakage with older versions of libhubbub) --- bindings/hubbub/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings/hubbub') 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 }; /** -- cgit v1.2.3