diff options
Diffstat (limited to 'firmware/target/hosted/filesystem-app.c')
| -rw-r--r-- | firmware/target/hosted/filesystem-app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/filesystem-app.c b/firmware/target/hosted/filesystem-app.c index bcc880e..0c9943b 100644 --- a/firmware/target/hosted/filesystem-app.c +++ b/firmware/target/hosted/filesystem-app.c @@ -41,7 +41,7 @@ static const char rbhome[] = "/sdcard"; #elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) \ && !defined(__PCTOOL__) -const char *rbhome; +static const char *rbhome; #else /* YPR0, YPR1 */ static const char rbhome[] = HOME_DIR; |