eve: Don't use EDBUS_ARGS if not needed

SVN revision: 78140
This commit is contained in:
Lucas De Marchi 2012-10-17 21:57:05 +00:00
parent 5e70a477c7
commit 8b407cc7ed
1 changed files with 1 additions and 4 deletions

View File

@ -398,10 +398,7 @@ end:
}
static const EDBus_Method methods[] = {
{
"open_url", EDBUS_ARGS({"s", "url"}), EDBUS_ARGS({NULL, NULL}),
_cb_dbus_open_url
},
{ "open_url", EDBUS_ARGS({"s", "url"}), NULL, _cb_dbus_open_url },
{ }
};