eio: fix example to use the new EINA_VALUE_ARRAY_FOREACH.

This commit is contained in:
Cedric BAIL 2018-03-05 13:49:03 -08:00
parent a8ea04fc2f
commit 9fc9db95ed
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ _open_cb(void *data, const Eina_Value array, const Eina_Future *dead EINA_UNUSED
Eina_Value v = EINA_VALUE_EMPTY;
Eina_Future *futures[eina_value_array_count(&array) + 1];
EINA_VALUE_ARRAY_FOREACH(&array, len, i, &v)
EINA_VALUE_ARRAY_FOREACH(&array, len, i, v)
{
if (v.type == EINA_VALUE_TYPE_ERROR)
{