changeset 27207:e1c5299a4114

Mark function not used outside of the file as static.
author diego
date Tue, 08 Jul 2008 15:55:32 +0000
parents d7ca6e534a51
children 1a054f697218
files gui/mplayer/gui_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c	Tue Jul 08 15:54:31 2008 +0000
+++ b/gui/mplayer/gui_common.c	Tue Jul 08 15:55:32 2008 +0000
@@ -50,7 +50,7 @@
 
 extern unsigned int GetTimerMS( void );
 
-inline void TranslateFilename( int c,char * tmp,size_t tmplen )
+static inline void TranslateFilename( int c,char * tmp,size_t tmplen )
 {
  int i;
  char * p;