jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f04903119c27355b80dc52445fe329eac2a98c40

commit f04903119c27355b80dc52445fe329eac2a98c40
Author: Thomas Guillem <tho...@gllm.fr>
Date:   Fri Mar 25 09:05:33 2016 +0100

    emotion/libvlc: set libvlc_log static
---
 src/modules/emotion/libvlc/emotion_libvlc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/emotion/libvlc/emotion_libvlc.c 
b/src/modules/emotion/libvlc/emotion_libvlc.c
index 2b941f0..b1a930e 100644
--- a/src/modules/emotion/libvlc/emotion_libvlc.c
+++ b/src/modules/emotion/libvlc/emotion_libvlc.c
@@ -1662,7 +1662,7 @@ static const Emotion_Engine em_engine =
    NULL /* priority_get */
 };
 
-void
+static void
 libvlc_log(void *data EINA_UNUSED, int level,
            const libvlc_log_t *ctx EINA_UNUSED,
            const char *fmt, va_list args)

-- 


Reply via email to