And always return

SVN revision: 54931
This commit is contained in:
Sebastian Dransfeld 2010-11-24 11:30:12 +00:00
parent 48471479e8
commit 76bf6bc471
1 changed files with 1 additions and 1 deletions

View File

@ -617,8 +617,8 @@ cache_update_cb(void *data __UNUSED__, Ecore_File_Monitor *em __UNUSED__,
if (!ev) return;
ecore_event_add(EFREET_EVENT_ICON_CACHE_UPDATE, ev, NULL, NULL);
}
return;
#endif
return;
error:
IF_FREE(ev);
IF_FREE(d);