summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 82012c83aa..94978b30a3 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -636,6 +636,7 @@ long wps_show(void)
636 case WPS_INCVOL | BUTTON_REPEAT: 636 case WPS_INCVOL | BUTTON_REPEAT:
637#ifdef WPS_RC_INCVOL 637#ifdef WPS_RC_INCVOL
638 case WPS_RC_INCVOL: 638 case WPS_RC_INCVOL:
639 case WPS_RC_INCVOL | BUTTON_REPEAT:
639#endif 640#endif
640 global_settings.volume++; 641 global_settings.volume++;
641 if (setvol()) { 642 if (setvol()) {
@@ -649,6 +650,7 @@ long wps_show(void)
649 case WPS_DECVOL | BUTTON_REPEAT: 650 case WPS_DECVOL | BUTTON_REPEAT:
650#ifdef WPS_RC_DECVOL 651#ifdef WPS_RC_DECVOL
651 case WPS_RC_DECVOL: 652 case WPS_RC_DECVOL:
653 case WPS_RC_DECVOL | BUTTON_REPEAT:
652#endif 654#endif
653 global_settings.volume--; 655 global_settings.volume--;
654 if (setvol()) { 656 if (setvol()) {