summaryrefslogtreecommitdiff
path: root/test/tree2.c
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:48:32 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:48:32 +0000
commit4aef3c775e93d5add0277941fe0ecccc91d4ccb3 (patch)
treefa52e2dad3bdb51f28e48ecfd15e4d1dc8ba6bb7 /test/tree2.c
parent5eb5ec3682ba75cec9616039c60987eeee26e5ee (diff)
downloadlibhubbub-4aef3c775e93d5add0277941fe0ecccc91d4ccb3.tar.gz
libhubbub-4aef3c775e93d5add0277941fe0ecccc91d4ccb3.tar.bz2
Make the encoding change callback send the textual name rather than the mibenum value.
svn path=/trunk/hubbub/; revision=4992
Diffstat (limited to 'test/tree2.c')
-rw-r--r--test/tree2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tree2.c b/test/tree2.c
index c50b519..3e1e79e 100644
--- a/test/tree2.c
+++ b/test/tree2.c
@@ -114,6 +114,7 @@ static hubbub_tree_handler tree_handler = {
form_associate,
add_attributes,
set_quirks_mode,
+ NULL,
NULL
};