diff options
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 346c9bcddc..270f3d6dc3 100644 --- a/apps/main.c +++ b/apps/main.c | |||
@@ -59,7 +59,7 @@ | |||
59 | 59 | ||
60 | /*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */ | 60 | /*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */ |
61 | 61 | ||
62 | char appsversion[]=APPSVERSION; | 62 | const char appsversion[]=APPSVERSION; |
63 | 63 | ||
64 | void init(void); | 64 | void init(void); |
65 | 65 | ||