aboutsummaryrefslogtreecommitdiff
path: root/common/fmplayer_drumrom_unix.c
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2017-07-17 00:38:13 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2017-07-17 00:38:13 +0900
commite8e5747650626442f8f9940ad5bc37b21ca85ad9 (patch)
tree1c6a0eae92cd834dfbd4fe6286d4bc24821e10ad /common/fmplayer_drumrom_unix.c
parent44c20e41ddd0c394daf5aa45d88baa95334f04fc (diff)
soundout autoconf
Diffstat (limited to 'common/fmplayer_drumrom_unix.c')
-rw-r--r--common/fmplayer_drumrom_unix.c2
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;