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 346c9bc..270f3d6 100644 --- a/apps/main.c +++ b/apps/main.c @@ -59,7 +59,7 @@ /*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */ -char appsversion[]=APPSVERSION; +const char appsversion[]=APPSVERSION; void init(void); |