WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=2d4e7a060f6b6826915fdc6277d954f4c99d850f

commit 2d4e7a060f6b6826915fdc6277d954f4c99d850f
Author: Xavi Artigas <[email protected]>
Date:   Mon Dec 11 01:24:34 2017 -0800

    Wiki page generic-value.md changed with summary [Fix copy example] by Xavi 
Artigas
---
 pages/develop/guides/c/eina/generic-value.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/guides/c/eina/generic-value.md.txt 
b/pages/develop/guides/c/eina/generic-value.md.txt
index 0bc11ed60..bf62c694d 100644
--- a/pages/develop/guides/c/eina/generic-value.md.txt
+++ b/pages/develop/guides/c/eina/generic-value.md.txt
@@ -100,7 +100,7 @@ You may copy the contents of an ``Eina_Value`` over another 
one using the ``eina
 Eina_Value src, dst;
 eina_value_setup(&src, EINA_VALUE_TYPE_INT);
 eina_value_set(&src, 123);
-eina_value_copy(&src, dst);
+eina_value_copy(&src, &dst);
 eina_value_flush(&src);
 eina_value_flush(&dst);
 ```

-- 


Reply via email to