Fix a compiler error
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 7 Oct 2016 12:29:07 +0000 (14:29 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 7 Oct 2016 12:29:07 +0000 (14:29 +0200)
Change-Id: Id95c612de55fe5606be945ac74c2c157620c8839
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
bindings/samples/HelloWorld.c

index 48059cf..66dec8f 100644 (file)
@@ -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)