diff options
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 62a2d94afa..dcdeaecd53 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c | |||
@@ -784,7 +784,7 @@ const struct settings_list settings[] = { | |||
784 | #define BATTERY_CAPACITY_MAX BATTERY_CAPACITY_DEFAULT | 784 | #define BATTERY_CAPACITY_MAX BATTERY_CAPACITY_DEFAULT |
785 | #define BATTERY_CAPACITY_INC 0 | 785 | #define BATTERY_CAPACITY_INC 0 |
786 | #endif | 786 | #endif |
787 | #ifdef IPOD_VIDEO | 787 | #if defined(IPOD_VIDEO) && !defined(SIMULATOR) |
788 | /* its easier to leave this one un-macro()ed for the time being */ | 788 | /* its easier to leave this one un-macro()ed for the time being */ |
789 | { F_T_INT|F_DEF_ISFUNC|F_INT_SETTING, &global_settings.battery_capacity, | 789 | { F_T_INT|F_DEF_ISFUNC|F_INT_SETTING, &global_settings.battery_capacity, |
790 | LANG_BATTERY_CAPACITY, FUNCTYPE(battery_default_capacity), | 790 | LANG_BATTERY_CAPACITY, FUNCTYPE(battery_default_capacity), |