forgot a return statement

SVN revision: 53938
This commit is contained in:
Mike Blumenkrantz 2010-10-27 20:56:00 +00:00
parent de31d29f65
commit 3830d9d118
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ ecore_file_download(const char *url,
(void)progress_cb;
(void)data;
(void)job_ret;
return EINA_FALSE;
}
# endif
else