stefan pushed a commit to branch master.

http://git.enlightenment.org/core/emotion_generic_players.git/commit/?id=aabdfa37b92b4358f292b45d73ba9b0f12ed894e

commit aabdfa37b92b4358f292b45d73ba9b0f12ed894e
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Nov 10 14:32:04 2015 +0100

    emotions_generic: make exit_func() static as it is only used in this file
---
 src/vlc/emotion_generic_vlc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vlc/emotion_generic_vlc.c b/src/vlc/emotion_generic_vlc.c
index 0e328ca..456509e 100644
--- a/src/vlc/emotion_generic_vlc.c
+++ b/src/vlc/emotion_generic_vlc.c
@@ -692,7 +692,7 @@ _dummy(void *data EINA_UNUSED, void *buffer EINA_UNUSED, 
unsigned int nbyte EINA
 }
 
 /* Main */
-Eina_Bool
+static Eina_Bool
 exit_func(void *data EINA_UNUSED, int ev_type EINA_UNUSED, void *ev 
EINA_UNUSED)
 {
    DBG("Quit signal received !");

-- 


Reply via email to