fix returned values

SVN revision: 44565
This commit is contained in:
Vincent Torri 2009-12-19 10:36:43 +00:00
parent fdae6605b6
commit 4107ddf303
1 changed files with 2 additions and 3 deletions

View 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 =