Commit 19a76342 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix previous commit

parent 7b734c8b
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#endif #endif
#include <ctype.h> #include <ctype.h>
#include "input_internal.h"
/** /**
* We are not going to autodetect more subtitle files than this. * We are not going to autodetect more subtitle files than this.
...@@ -152,7 +153,7 @@ static int compare_sub_priority( const void *a, const void *b ) ...@@ -152,7 +153,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
*/ */
static int subtitles_Filter( const char *psz_dir_content ) 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