This fixes the following build warning.
elm_systray.c:294:1: warning: excess elements in struct initializer
[enabled by default]
elm_systray.c:294:1: warning: (near initialization for '_iface_desc')
[enabled by default]
};
static const Eldbus_Service_Interface_Desc _iface_desc = {
- INTERFACE, methods, signals, properties, NULL, NULL, NULL
+ INTERFACE, methods, signals, properties, NULL, NULL,
};
// =============================================================================