summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 5c68ac40b0..a43f2e41fd 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -569,8 +569,9 @@ long gui_wps_show(void)
569 break; 569 break;
570#endif 570#endif
571 571
572#if (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD) \ 572#if (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD) ||\
573 || (CONFIG_KEYPAD == IRIVER_H300_PAD) 573 (CONFIG_KEYPAD == IRIVER_H300_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) ||\
574 (CONFIG_KEYPAD == IPOD_4G_PAD)
574 /* play settings */ 575 /* play settings */
575 case WPS_QUICK: 576 case WPS_QUICK:
576#ifdef WPS_RC_QUICK 577#ifdef WPS_RC_QUICK