edbus: Revert 'Add initializers to stop warnings' r78292
authorJosé Roberto de Souza <zehortigoza@profusion.mobi>
Fri, 26 Oct 2012 18:20:14 +0000 (18:20 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 26 Oct 2012 18:20:14 +0000 (18:20 +0000)
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg46587.html

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 78552

src/lib/edbus_service.h

index 2d42e78..5b6b296 100644 (file)
@@ -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);