(retrolaunch ) make function static

This commit is contained in:
twinaphex 2014-08-13 04:15:45 +02:00
parent f3cfa8283a
commit c0763649d4

View File

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