From: José Bollo Date: Fri, 7 Oct 2016 12:29:07 +0000 (+0200) Subject: Fix a compiler error X-Git-Tag: blowfish_2.0.3~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=cfb98e8c4c23dd65d75e7670ea146e9419cd57f6 Fix a compiler error Change-Id: Id95c612de55fe5606be945ac74c2c157620c8839 Signed-off-by: José Bollo --- diff --git a/bindings/samples/HelloWorld.c b/bindings/samples/HelloWorld.c index 48059cf5..66dec8fa 100644 --- a/bindings/samples/HelloWorld.c +++ b/bindings/samples/HelloWorld.c @@ -131,7 +131,7 @@ static void pingNull (struct afb_req request) static void pingBug (struct afb_req request) { - ping((struct afb_req){NULL,NULL,NULL}, NULL, "pingBug"); + ping((struct afb_req){NULL,NULL}, NULL, "pingBug"); } static void pingEvent(struct afb_req request)