fix returned values
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Dec 2009 10:36:43 +0000 (10:36 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Dec 2009 10:36:43 +0000 (10:36 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@44565 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_16_wince/evas_engine.c

index 94e1f7b..886fa0f 100644 (file)
@@ -719,8 +719,8 @@ module_open(Evas_Module *em)
    
    if(_evas_engine_soft16_wince_log_dom < 0)
      {
-       EINA_LOG_ERR("Impossible to create a log domain for the Soft16 Wince engine.\n");
-       return NULL;
+        EINA_LOG_ERR("Impossible to create a log domain for the Soft16 Wince engine.");
+        return 0;
      }
 
    /* store it for later use */
@@ -750,7 +750,6 @@ static void
 module_close(Evas_Module *em)
 {
   eina_log_domain_unregister(_evas_engine_soft16_wince_log_dom);
-  return NULL;
 }
 
 static Evas_Module_Api evas_modapi =