diff --git a/tools/retrolaunch/cd_detect.c b/tools/retrolaunch/cd_detect.c index 490e9f2a81..d10b366d97 100644 --- a/tools/retrolaunch/cd_detect.c +++ b/tools/retrolaunch/cd_detect.c @@ -248,7 +248,7 @@ clean: return rv; } -int find_first_cue(const char* m3u_path, char* cue_path, size_t max_len) +static int find_first_cue(const char* m3u_path, char* cue_path, size_t max_len) { char c; int skip = 0;