From c0763649d4dbe11c073186f59dad233173ab2491 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 13 Aug 2014 04:15:45 +0200 Subject: [PATCH] (retrolaunch ) make function static --- tools/retrolaunch/cd_detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;