summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
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
62char appsversion[]=APPSVERSION; 62const char appsversion[]=APPSVERSION;
63 63
64void init(void); 64void init(void);
65 65