From cfbd9cb22fc1499c3b2f8207d72dce4cb388e09f Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 11 Jan 2015 18:02:43 +0100 Subject: Make a few local variables static Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f --- firmware/target/hosted/filesystem-app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/hosted/filesystem-app.c') diff --git a/firmware/target/hosted/filesystem-app.c b/firmware/target/hosted/filesystem-app.c index bcc880eab0..0c9943b635 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; -- cgit v1.2.3