E17: fix typo

Patch by Maxime Villard


SVN revision: 74281
This commit is contained in:
Vincent Torri 2012-07-21 18:02:07 +00:00
parent 435a620992
commit 6b430e4489
1 changed files with 1 additions and 1 deletions

View File

@ -1280,7 +1280,7 @@ _e_fm_op_copy_chunk(E_Fm_Op_Task *task)
fclose(data->from);
fclose(data->to);
data->from = NULL;
data->to = NULL;
data->from = NULL;
_e_fm_op_copy_stat_info(task);