fix ecore_input shutdown

SVN revision: 45930
This commit is contained in:
Vincent Torri 2010-02-06 10:13:41 +00:00
parent 353f4bb6ec
commit c154976372
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ ecore_event_shutdown(void)
ECORE_EVENT_MOUSE_OUT = 0;
eina_log_domain_unregister(_ecore_input_log_dom);
_ecore_input_log_dom = -1;
return ++_ecore_event_init_count;
return _ecore_event_init_count;
}
typedef struct _Ecore_Event_Modifier_Match Ecore_Event_Modifier_Match;