mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Make a few local variables static
Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f
This commit is contained in:
parent
5f5a83e1c9
commit
cfbd9cb22f
7 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue