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, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 86ce4b09c1..45aa8235a5 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -309,7 +309,7 @@ bool browse_id3(void)
309 309
310static bool ffwd_rew(int button) 310static bool ffwd_rew(int button)
311{ 311{
312 static int ff_rew_steps[] = { 312 static const int ff_rew_steps[] = {
313 1000, 2000, 3000, 4000, 313 1000, 2000, 3000, 4000,
314 5000, 6000, 8000, 10000, 314 5000, 6000, 8000, 10000,
315 15000, 20000, 25000, 30000, 315 15000, 20000, 25000, 30000,