From cfb98e8c4c23dd65d75e7670ea146e9419cd57f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 7 Oct 2016 14:29:07 +0200 Subject: [PATCH] Fix a compiler error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Id95c612de55fe5606be945ac74c2c157620c8839 Signed-off-by: José Bollo --- bindings/samples/HelloWorld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6