summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-08-01 23:34:44 +0000
committerJens Arnold <amiconn@rockbox.org>2004-08-01 23:34:44 +0000
commit839067b7b306e2da5142c3f31747205df8f9e4f5 (patch)
tree819e416c7a30d48de0a2160a2989d7f495d921cc /apps/wps.c
parent1413f0cc953d92d91411d2d871fc4d44a294e82b (diff)
More const policeing step 2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4980 a1c6a512-1295-4272-9138-f99709370657
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)
static bool ffwd_rew(int button)
{
- static int ff_rew_steps[] = {
+ static const int ff_rew_steps[] = {
1000, 2000, 3000, 4000,
5000, 6000, 8000, 10000,
15000, 20000, 25000, 30000,