summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.c')
-rw-r--r--apps/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index 1da51a10a0..2af3ea91a4 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -188,7 +188,7 @@ void status_draw(bool force_redraw)
188 188
189 /* animate battery if charging */ 189 /* animate battery if charging */
190 if ((charge_state == 1) || 190 if ((charge_state == 1) ||
191 (charge_state == 2)) { 191 (charge_state == 2)) {
192#else 192#else
193 global_settings.runtime = 0; 193 global_settings.runtime = 0;
194 lasttime = current_tick; 194 lasttime = current_tick;