summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 3e7018686f..3917f31a96 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -295,7 +295,6 @@ static void charging_display_info(bool animate)
295 const int pox_y = 32; 295 const int pox_y = 32;
296 static unsigned phase = 3; 296 static unsigned phase = 3;
297 unsigned i; 297 unsigned i;
298 const char *s;
299 298
300#ifdef NEED_ATA_POWER_BATT_MEASURE 299#ifdef NEED_ATA_POWER_BATT_MEASURE
301 if (ide_powered()) /* FM and V2 can only measure when ATA power is on */ 300 if (ide_powered()) /* FM and V2 can only measure when ATA power is on */
@@ -311,6 +310,7 @@ static void charging_display_info(bool animate)
311#ifdef ARCHOS_RECORDER 310#ifdef ARCHOS_RECORDER
312 lcd_puts(0, 2, "Charge mode:"); 311 lcd_puts(0, 2, "Charge mode:");
313 312
313 const char *s;
314 if (charge_state == CHARGING) 314 if (charge_state == CHARGING)
315 s = str(LANG_BATTERY_CHARGE); 315 s = str(LANG_BATTERY_CHARGE);
316 else if (charge_state == TOPOFF) 316 else if (charge_state == TOPOFF)