summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-10 16:40:48 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-10 16:40:48 +0000
commitb597165dcd1e5af41d9a11c2e1c9765cba177671 (patch)
tree77a7a6b64917fb7d1c5c4d5ce7c55f132e972968 /apps
parentff2a93f723bdcd20b8dd6b0e635d683ae029fd49 (diff)
downloadrockbox-b597165dcd1e5af41d9a11c2e1c9765cba177671.tar.gz
rockbox-b597165dcd1e5af41d9a11c2e1c9765cba177671.zip
16 bits are enough here, save bytes :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14270 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-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,