WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=45f6a61745c99c04a424ea62eb6e744590c42432
commit 45f6a61745c99c04a424ea62eb6e744590c42432 Author: Xavi Artigas <[email protected]> Date: Mon Nov 20 03:19:09 2017 -0800 Wiki page hello-world.md changed with summary [Proper comment regarding efl_main() params] by Xavi Artigas --- pages/develop/tutorial/c/hello-world.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/tutorial/c/hello-world.md.txt b/pages/develop/tutorial/c/hello-world.md.txt index f39d7bcb..559ad4fa 100644 --- a/pages/develop/tutorial/c/hello-world.md.txt +++ b/pages/develop/tutorial/c/hello-world.md.txt @@ -44,7 +44,7 @@ efl_main(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED) EFL takes care of all initialization tasks and calls your ``efl_main()`` method when everything is ready. -This tutorial does not used the parameters to ``efl_main()``, hence the ``EINA_UNUSED`` macro. This is optional but it gets rid of warnings regarding unused parameters so it's worth having. +At this point the parameters to ``efl_main()`` are not being used, hence the ``EINA_UNUSED`` macro. This is optional but it gets rid of warnings regarding unused parameters so it's worth having. ## Step Three: Print "Hello World" ## --
