[vlc-commits] vout: ios: add missing static identifier
Thomas Guillem
git at videolan.org
Fri Sep 8 13:46:10 CEST 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Sep 8 13:38:42 2017 +0200| [b97ee4785805a0a53ac455b60b3d18d8e4f5eebb] | committer: Thomas Guillem
vout: ios: add missing static identifier
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b97ee4785805a0a53ac455b60b3d18d8e4f5eebb
---
modules/video_output/ios.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m
index 3cf59f5094..03f9c880d1 100644
--- a/modules/video_output/ios.m
+++ b/modules/video_output/ios.m
@@ -233,7 +233,7 @@ static int Open(vlc_object_t *this)
}
}
-void Close (vlc_object_t *this)
+static void Close (vlc_object_t *this)
{
vout_display_t *vd = (vout_display_t *)this;
vout_display_sys_t *sys = vd->sys;
More information about the vlc-commits
mailing list