diff options
author | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-09 02:07:42 +0000 |
---|---|---|
committer | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-09 02:07:42 +0000 |
commit | 847bd281e2cb78ecec493b8181327f4acd662b12 (patch) | |
tree | cc89fd157a4b6083b61eee46b324a6f5b3672e22 /apps/gui | |
parent | 1ad76ff25be3f86b9467fc6f4171dbf6895b419c (diff) |
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25906 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/wps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 96f66eeb50..4eda866d27 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -886,10 +886,12 @@ long gui_wps_show(void) #endif switch(button) { +#ifdef HAVE_HOTKEY case ACTION_WPS_HOTKEY: if (!global_settings.hotkey_wps) break; /* fall through */ +#endif case ACTION_WPS_CONTEXT: { bool hotkey = button == ACTION_WPS_HOTKEY; |