not static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7957 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
266272a1b8
commit
ff0bae0c7a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ struct wps_state wps_state;
|
|||
struct gui_wps gui_wps[NB_SCREENS];
|
||||
static struct wps_data wps_datas[NB_SCREENS];
|
||||
|
||||
static bool keys_locked = false;
|
||||
bool keys_locked = false;
|
||||
|
||||
/* change the path to the current played track */
|
||||
static void wps_state_update_ctp(const char *path);
|
||||
|
|
Loading…
Reference in a new issue