eio: fix conversion mistake from Eina_Promise to Efl_Future.

This commit is contained in:
Cedric BAIL 2016-11-07 11:51:48 -08:00
parent 144ef9dad3
commit 50402592bf
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ START_TEST(eio_test_job_xattr_set)
num_of_attr = 0;
futures = calloc(total_attributes + 1, sizeof(Eina_Promise*));
futures = calloc(total_attributes + 1, sizeof(Efl_Future*));
futures[total_attributes] = NULL;
for (i = 0; i < sizeof(attribute) / sizeof(attribute[0]); ++i)