Wiki page clouseau.md changed with summary [] by Andrew Williams

This commit is contained in:
Andrew Williams 2017-12-07 02:31:27 -08:00 committed by apache
parent 3298ec1072
commit 7938c5e959
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Create the following program in your development environment or text editor:
static void static void
_quit(void *data EINA_UNUSED, const Efl_Event *event EINA_UNUSED) _quit(void *data EINA_UNUSED, const Efl_Event *event EINA_UNUSED)
{ {
// quit the mainloop (elm_run function will return) // quit the mainloop
efl_exit(0); efl_exit(0);
} }