eina: fix typo and use the right refcount.

This commit is contained in:
Cedric Bail 2013-09-02 11:16:59 +09:00
parent 60a9d16676
commit 64823141f6
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ eina_file_flush(Eina_File *file, unsigned long int length)
}
file->global_map = MAP_FAILED;
file->refcount = 0;
file->global_refcount = 0;
}
it = eina_hash_iterator_data_new(file->map);