Mark function not used outside of the file as static.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27239 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-08 15:55:32 +00:00
parent 2ec286d286
commit 3e1c882458
1 changed files with 1 additions and 1 deletions

View File

@ -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;