Eina_ : eina_file_win32.c : fix returned value of eina_file_shutdown()

SVN revision: 59463
This commit is contained in:
Vincent Torri 2011-05-17 05:38:29 +00:00
parent eba65c10ee
commit 43397834ac
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ eina_file_shutdown(void)
eina_log_domain_unregister(_eina_file_log_dom);
_eina_file_log_dom = -1;
return EINA_FALSE;
return EINA_TRUE;
}