fix warning with vc++

SVN revision: 48063
This commit is contained in:
Vincent Torri 2010-04-17 05:34:55 +00:00
parent 2ff087b20f
commit 65525e9412
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ ecore_file_monitor_poll_add(const char *path,
void *data)
{
Ecore_File_Monitor *em;
int len;
size_t len;
if (!path) return NULL;
if (!func) return NULL;