diff options
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r-- | apps/gui/statusbar.h | 2 |
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 { int minute; #endif -#ifdef CONFIG_CHARGING +#if CONFIG_CHARGING bool inserted; #endif #ifdef HAVE_USB_POWER |