diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/fmplayer_drumrom_unix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/fmplayer_drumrom_unix.c b/common/fmplayer_drumrom_unix.c index 791b264..9111616 100644 --- a/common/fmplayer_drumrom_unix.c +++ b/common/fmplayer_drumrom_unix.c @@ -11,7 +11,7 @@ static struct {  #define DATADIR "/.local/share/fmplayer/" -void loadfile(void) { +static void loadfile(void) {    const char *path = "ym2608_adpcm_rom.bin";    const char *home = getenv("HOME");    char *dpath = 0; | 
