From 90c35f5beeeb6665b13789741b0d6cc90910f987 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Fri, 26 Oct 2012 18:20:14 +0000 Subject: [PATCH] edbus: Revert 'Add initializers to stop warnings' r78292 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg46587.html Patch by: José Roberto de Souza SVN revision: 78552 --- src/lib/edbus_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edbus_service.h b/src/lib/edbus_service.h index 2d42e78..5b6b296 100644 --- a/src/lib/edbus_service.h +++ b/src/lib/edbus_service.h @@ -24,7 +24,7 @@ typedef struct _EDBus_Arg_Info * The signature will be "ss" and each string will have a tag name on * introspect XML with the respective name. */ -#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { NULL, NULL } } +#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { } } typedef struct _EDBus_Service_Interface EDBus_Service_Interface; typedef EDBus_Message * (*EDBus_Method_Cb)(const EDBus_Service_Interface *iface, const EDBus_Message *message); -- 2.7.4