diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-08-10 16:40:48 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-08-10 16:40:48 +0000 |
| commit | b597165dcd1e5af41d9a11c2e1c9765cba177671 (patch) | |
| tree | 77a7a6b64917fb7d1c5c4d5ce7c55f132e972968 | |
| parent | ff2a93f723bdcd20b8dd6b0e635d683ae029fd49 (diff) | |
| download | rockbox-b597165dcd1e5af41d9a11c2e1c9765cba177671.zip rockbox-b597165dcd1e5af41d9a11c2e1c9765cba177671.tar.gz rockbox-b597165dcd1e5af41d9a11c2e1c9765cba177671.tar.bz2 rockbox-b597165dcd1e5af41d9a11c2e1c9765cba177671.tar.xz | |
16 bits are enough here, save bytes :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14270 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 3c74509..233bcfa 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) bool ffwd_rew(int button) { - static const int ff_rew_steps[] = { + static const uint16_t ff_rew_steps[] = { 1000, 2000, 3000, 4000, 5000, 6000, 8000, 10000, 15000, 20000, 25000, 30000, |