Remove cast

SVN revision: 25002
This commit is contained in:
sebastid 2006-08-21 15:54:40 +00:00 committed by sebastid
parent d013e1a873
commit 7b26db9067
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ _e_app_cb_monitor(void *data, Ecore_File_Monitor *em,
_e_app_print(path, event);
#endif
file = (char *)ecore_file_get_file((char *)path);
file = (char *)ecore_file_get_file(path);
if (!strcmp(file, ".order"))
{
if ((event == ECORE_FILE_EVENT_CREATED_FILE) ||