[vlc-commits] test: libvlc: add missing static

Thomas Guillem git at videolan.org
Mon May 30 18:50:31 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon May 30 18:50:15 2016 +0200| [d7c3b38e938cab9d33a8a847cbc47c2440b37623] | committer: Thomas Guillem

test: libvlc: add missing static

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7c3b38e938cab9d33a8a847cbc47c2440b37623
---

 test/libvlc/media.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/libvlc/media.c b/test/libvlc/media.c
index f9de060..2f47ccb 100644
--- a/test/libvlc/media.c
+++ b/test/libvlc/media.c
@@ -79,7 +79,7 @@ static void test_media_preparsed(int argc, const char** argv,
 }
 
 #define TEST_SUBITEMS_COUNT 6
-struct
+static struct
 {
     const char *file;
     libvlc_media_type_t type;



More information about the vlc-commits mailing list