This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch devs/dimmus/examples_ecore_audio
in repository efl.

View the commit online.

commit 3d5160c328c1c2ce8b5784112d3a08eee5422546
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.

Reply via email to