X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=bindings%2Fsamples%2FHelloWorld.c;h=9e14befac31c7c115b65793bd8b00a41ff1f1462;hb=e2c431bcda7f057b4767c3e8142b9e0ca0d32bc6;hp=48059cf53bf9e69c058544e9563161a89477af1a;hpb=574c9987543b2b615a8ebdeda2b35062b0730742;p=src%2Fapp-framework-binder.git diff --git a/bindings/samples/HelloWorld.c b/bindings/samples/HelloWorld.c index 48059cf5..9e14befa 100644 --- a/bindings/samples/HelloWorld.c +++ b/bindings/samples/HelloWorld.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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)