diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file_download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_file/ecore_file_download.c b/src/lib/ecore_file/ecore_file_download.c index 4b65c51ee6..e212ea0fbf 100644 --- a/src/lib/ecore_file/ecore_file_download.c +++ b/src/lib/ecore_file/ecore_file_download.c | |||
@@ -305,7 +305,7 @@ ecore_file_download_abort(Ecore_File_Download_Job *job) | |||
305 | return; | 305 | return; |
306 | if (!ECORE_MAGIC_CHECK(job, ECORE_MAGIC_FILE_DOWNLOAD_JOB)) | 306 | if (!ECORE_MAGIC_CHECK(job, ECORE_MAGIC_FILE_DOWNLOAD_JOB)) |
307 | { | 307 | { |
308 | ECORE_MAGIC_FAIL(job, ECORE_MAGIC_FILE_DOWNLOAD_JOB, __FUNCTION__); | 308 | ECORE_MAGIC_FAIL(job, ECORE_MAGIC_FILE_DOWNLOAD_JOB, __func__); |
309 | return; | 309 | return; |
310 | } | 310 | } |
311 | 311 | ||