diff --git a/pages/develop/debug/c/clouseau.md.txt b/pages/develop/debug/c/clouseau.md.txt index 2f42b5d07..df80cc85a 100644 --- a/pages/develop/debug/c/clouseau.md.txt +++ b/pages/develop/debug/c/clouseau.md.txt @@ -33,7 +33,7 @@ Create the following program in your development environment or text editor: static void _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); }