From 1782f28c866b3fc0534fba69e0802c24414bdaaa Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 8 May 2011 17:42:40 -0700 Subject: Documentation, some type renaming, nix unknown handler for now. --- tests/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tests.c b/tests/tests.c index c7a86fb..d07d495 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -40,7 +40,7 @@ static void test_upb_jit() { upb_handlers h; upb_handlers_init(&h, upb_downcast_msgdef(def)); - upb_register_all(&h, NULL, NULL, &upb_test_onvalue, NULL, NULL, NULL); + upb_register_all(&h, NULL, NULL, &upb_test_onvalue, NULL, NULL); upb_decoder d; upb_decoder_init(&d, &h); upb_decoder_uninit(&d); -- cgit v1.2.3