summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r--apps/gui/statusbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index 516598dd00..9269a7efe1 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -40,7 +40,7 @@ struct status_info {
40 int minute; 40 int minute;
41#endif 41#endif
42 42
43#ifdef CONFIG_CHARGING 43#if CONFIG_CHARGING
44 bool inserted; 44 bool inserted;
45#endif 45#endif
46#ifdef HAVE_USB_POWER 46#ifdef HAVE_USB_POWER