From ff0f0109d502aaefa1b835596124b9e86d204a5e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 5 Mar 2018 13:49:03 -0800 Subject: [PATCH] eio: fix example to use the new EINA_VALUE_ARRAY_FOREACH. --- src/examples/eio/efl_io_manager_open_multi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/eio/efl_io_manager_open_multi.c b/src/examples/eio/efl_io_manager_open_multi.c index 3c39d3fc49..69bc4ba42b 100644 --- a/src/examples/eio/efl_io_manager_open_multi.c +++ b/src/examples/eio/efl_io_manager_open_multi.c @@ -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) {