Commit 7b734c8b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Mark subtitles_Filter as static

parent 0b79316c
...@@ -152,7 +152,7 @@ static int compare_sub_priority( const void *a, const void *b ) ...@@ -152,7 +152,7 @@ static int compare_sub_priority( const void *a, const void *b )
/* /*
* Check if a file ends with a subtitle extension * Check if a file ends with a subtitle extension
*/ */
int subtitles_Filter( const char *psz_dir_content ) static int subtitles_Filter( const char *psz_dir_content )
{ {
const char *tmp = strrchr( psz_dir_content, '.'); const char *tmp = strrchr( psz_dir_content, '.');
if( tmp == NULL ) if( tmp == NULL )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment