This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit ac245ef30bdebef6889277e85cc7ec614864788e
Author: Dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Fri Jul 22 18:47:47 2022 +0500
Examples: minor changes
---
src/examples/ecore/ecore_audio_playback.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/examples/ecore/ecore_audio_playback.c b/src/examples/ecore/ecore_audio_playback.c
index 5999877153..79262ffd6e 100644
--- a/src/examples/ecore/ecore_audio_playback.c
+++ b/src/examples/ecore/ecore_audio_playback.c
@@ -193,7 +193,8 @@ handle_input(void *data EINA_UNUSED, Ecore_Fd_Handler *handler)
return EINA_TRUE;
}
-static void _play_finished(void *data EINA_UNUSED, const Efl_Event *event)
+static void
+_play_finished(void *data EINA_UNUSED, const Efl_Event *event)
{
const char *name;
Eina_Bool ret;
@@ -225,8 +226,6 @@ static void _play_finished(void *data EINA_UNUSED, const Efl_Event *event)
printf("Stream done\n");
ecore_main_loop_quit();
}
-
- return EINA_TRUE;
}
int
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.