From: José Bollo Date: Mon, 29 Aug 2016 21:30:22 +0000 (+0200) Subject: Minor X-Git-Tag: blowfish_2.0.3~14 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=399d235e33b55922f15570f0ee0076529c518efc;p=src%2Fapp-framework-binder.git Minor Change-Id: Id2758e83b59d6d8617e7f58635127fc436c9be5a Signed-off-by: José Bollo --- diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h index 1705271d..7058b6d0 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -236,7 +236,7 @@ static inline void afb_daemon_verbose(struct afb_daemon daemon, int level, const { va_list args; va_start(args, fmt); - return daemon.itf->vverbose(daemon.closure, level, file, line, fmt, args); + daemon.itf->vverbose(daemon.closure, level, file, line, fmt, args); va_end(args); }