summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-05-17 20:06:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-05-17 20:06:56 +0000
commitb1bb610cba285cc76554650231ccea1695451daa (patch)
tree49157002517c324dcf15ee42a8afbadd2156fc22 /apps
parent52c4c82b5c2272a0052de8af6ecb6fa47ed794b2 (diff)
downloadrockbox-b1bb610cba285cc76554650231ccea1695451daa.tar.gz
rockbox-b1bb610cba285cc76554650231ccea1695451daa.zip
Bumped the config block version, this forces a reset of the settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3677 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index fc72702b71..f4bb2427a4 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -61,7 +61,7 @@
61struct user_settings global_settings; 61struct user_settings global_settings;
62char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */ 62char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
63 63
64#define CONFIG_BLOCK_VERSION 4 64#define CONFIG_BLOCK_VERSION 5
65#define CONFIG_BLOCK_SIZE 512 65#define CONFIG_BLOCK_SIZE 512
66#define RTC_BLOCK_SIZE 44 66#define RTC_BLOCK_SIZE 44
67 67