forked from len0rd/rockbox
Initialize current_mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef1d4d2d17
commit
44ca763237
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#endif
|
||||
#include "powermgmt.h"
|
||||
|
||||
static enum playmode current_mode;
|
||||
static enum playmode current_mode = STATUS_STOP;
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
bool statusbar_enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue