[MPlayer-cvslog] r27239 - trunk/gui/mplayer/gui_common.c
diego
subversion at mplayerhq.hu
Tue Jul 8 17:55:32 CEST 2008
Author: diego
Date: Tue Jul 8 17:55:32 2008
New Revision: 27239
Log:
Mark function not used outside of the file as static.
Modified:
trunk/gui/mplayer/gui_common.c
Modified: trunk/gui/mplayer/gui_common.c
==============================================================================
--- trunk/gui/mplayer/gui_common.c (original)
+++ trunk/gui/mplayer/gui_common.c Tue Jul 8 17:55:32 2008
@@ -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;
More information about the MPlayer-cvslog
mailing list