edbus: Revert 'Add initializers to stop warnings' r78292

http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg46587.html

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



SVN revision: 78552
This commit is contained in:
José Roberto de Souza 2012-10-26 18:20:14 +00:00 committed by Lucas De Marchi
parent de74c4245b
commit 5153494542
1 changed files with 1 additions and 1 deletions

View 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);