summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 3c74509ec8..233bcfa566 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -144,7 +144,7 @@ bool update_onvol_change(struct gui_wps * gwps)
144 144
145bool ffwd_rew(int button) 145bool ffwd_rew(int button)
146{ 146{
147 static const int ff_rew_steps[] = { 147 static const uint16_t ff_rew_steps[] = {
148 1000, 2000, 3000, 4000, 148 1000, 2000, 3000, 4000,
149 5000, 6000, 8000, 10000, 149 5000, 6000, 8000, 10000,
150 15000, 20000, 25000, 30000, 150 15000, 20000, 25000, 30000,