fix ecore_input shutdown
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 6 Feb 2010 10:13:41 +0000 (10:13 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 6 Feb 2010 10:13:41 +0000 (10:13 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45930 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_input/ecore_input.c

index 5affbc1..ffbc893 100644 (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;