# HG changeset patch # User diego # Date 1215532532 0 # Node ID e1c5299a411495251c8e58b547e1690133538bf9 # Parent d7ca6e534a51f5bd12e1acf1b2a7f14b496c1b1c Mark function not used outside of the file as static. diff -r d7ca6e534a51 -r e1c5299a4114 gui/mplayer/gui_common.c --- 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;