summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 0487f250b3..47969d1abe 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -67,7 +67,7 @@
67void dac_line_in(bool enable); 67void dac_line_in(bool enable);
68#endif 68#endif
69struct user_settings global_settings; 69struct user_settings global_settings;
70char rec_base_directory[] = REC_BASE_DIR; 70const char rec_base_directory[] = REC_BASE_DIR;
71 71
72 72
73#define CONFIG_BLOCK_VERSION 16 73#define CONFIG_BLOCK_VERSION 16
@@ -1513,7 +1513,7 @@ bool set_option(char* string, void* variable, enum optiontype type,
1513 1513
1514#ifdef HAVE_MAS3587F 1514#ifdef HAVE_MAS3587F
1515/* This array holds the record timer interval lengths, in seconds */ 1515/* This array holds the record timer interval lengths, in seconds */
1516static unsigned long rec_timer_seconds[] = 1516static const unsigned long rec_timer_seconds[] =
1517{ 1517{
1518 24*60*60, /* OFF really means 24 hours, to avoid >2Gbyte files */ 1518 24*60*60, /* OFF really means 24 hours, to avoid >2Gbyte files */
1519 5*60, /* 00:05 */ 1519 5*60, /* 00:05 */