ecore: don't use an unspecified amount of arguments

This commit is contained in:
Jean Guyomarc'h 2016-05-04 21:59:52 +02:00
parent 279203c016
commit 334d32a575
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ _ecore_event_purge_deleted(void)
} }
static inline void static inline void
_ecore_event_filters_apply() _ecore_event_filters_apply(void)
{ {
if (!event_filter_current) if (!event_filter_current)
{ {