1
0
Fork 0
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:
Björn Stenberg 2002-08-07 12:45:02 +00:00
parent ef1d4d2d17
commit 44ca763237

View file

@ -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;