Wiki page start changed with summary [] by Amitesh Singh

This commit is contained in:
Amitesh Singh 2016-04-06 02:34:22 -07:00 committed by apache
parent d6321911cb
commit 6860212c36
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ too. Also never call any EFL functions after elm_shutdown().
int
main(int argc, char **argv)
{
if (!elm_init()) return -1;
if (!elm_init(argc, argv)) return -1;
elm_run();