aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2018-01-03 23:39:17 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2018-01-03 23:39:17 +0900
commit62f0f9a764f545b6162790a407fa3c641f767bbc (patch)
tree2406ef0895af98062c033982c2915433480ed774 /common
parent0f8ada275cae8d6e4517307ca9a93c6c0fa6146e (diff)
renamed font directory to 98fmplayer
Diffstat (limited to 'common')
-rw-r--r--common/fmplayer_fontrom_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fmplayer_fontrom_unix.c b/common/fmplayer_fontrom_unix.c
index bac8a81..bb8f12e 100644
--- a/common/fmplayer_fontrom_unix.c
+++ b/common/fmplayer_fontrom_unix.c
@@ -7,7 +7,7 @@
#include "fmdsp/fontrom_shinonome.inc"
-#define DATADIR "/.local/share/fmplayer/"
+#define DATADIR "/.local/share/98fmplayer/"
static struct {
uint8_t fontrombuf[FONT_ROM_FILESIZE];