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 b8238b11df..a106641a40 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -30,7 +30,7 @@
30#endif 30#endif
31#include "powermgmt.h" 31#include "powermgmt.h"
32 32
33static enum playmode current_mode; 33static enum playmode current_mode = STATUS_STOP;
34 34
35#ifdef HAVE_LCD_BITMAP 35#ifdef HAVE_LCD_BITMAP
36bool statusbar_enabled = true; 36bool statusbar_enabled = true;