whitespaces--

SVN revision: 74265
This commit is contained in:
Vincent Torri 2012-07-21 13:51:04 +00:00
parent 7e40b5f15a
commit 4d0cfed7b9
1 changed files with 2 additions and 2 deletions

View File

@ -1189,10 +1189,10 @@ _e_fm_op_copy_link(E_Fm_Op_Task *task)
free(lnk_path);
}
task->dst.done += task->src.st.st_size;
_e_fm_op_update_progress(task, task->src.st.st_size, 0);
_e_fm_op_copy_stat_info(task);
task->finished = 1;
return 0;