mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
(retrolaunch ) make function static
This commit is contained in:
parent
f3cfa8283a
commit
c0763649d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user