[vlc-commits] rc: add missing static qualifier

Rémi Denis-Courmont git at videolan.org
Tue May 28 19:03:10 CEST 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon May 27 20:29:05 2019 +0300| [2aee6539935ceb56473c649acb8b92aa370cad77] | committer: Rémi Denis-Courmont

rc: add missing static qualifier

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

 modules/control/oldrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/control/oldrc.c b/modules/control/oldrc.c
index 336327610d..2a00776e08 100644
--- a/modules/control/oldrc.c
+++ b/modules/control/oldrc.c
@@ -1121,7 +1121,7 @@ static bool ReadWin32( intf_thread_t *p_intf, unsigned char *p_buffer, int *pi_s
 }
 #endif
 
-bool ReadCommand( intf_thread_t *p_intf, char *p_buffer, int *pi_size )
+static bool ReadCommand(intf_thread_t *p_intf, char *p_buffer, int *pi_size)
 {
 #if defined(_WIN32) && !VLC_WINSTORE_APP
     if( p_intf->p_sys->i_socket == -1 && !p_intf->p_sys->b_quiet )



More information about the vlc-commits mailing list