elm init - handle return value of ecore_file_init make coverity happy

this isn't an issue as init will never fail, but makes coverity happy
with CID 1353589
This commit is contained in:
Carsten Haitzler 2016-08-08 17:06:40 +09:00
parent 05ad541534
commit e5dbf6cfba
1 changed files with 2 additions and 1 deletions

View File

@ -677,7 +677,8 @@ elm_quicklaunch_init(int argc,
if (!ELM_EVENT_PROCESS_FOREGROUND)
ELM_EVENT_PROCESS_FOREGROUND = ecore_event_type_new();
ecore_file_init();
if (!ecore_file_init())
ERR("Elementary cannot init ecore_file");
eio_init();
_elm_exit_handler =