diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-04 13:03:31 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-04 13:03:31 +0000 |
| commit | c38574a75f49681ebcb8e6a5b50020b86900bf09 (patch) | |
| tree | 7e48fe33551a292209e5adaf92188d896cc9236a | |
| parent | 2a1db5ae0295f1d5dc23364088828a25181205d4 (diff) | |
| download | rockbox-c38574a75f49681ebcb8e6a5b50020b86900bf09.zip rockbox-c38574a75f49681ebcb8e6a5b50020b86900bf09.tar.gz rockbox-c38574a75f49681ebcb8e6a5b50020b86900bf09.tar.bz2 rockbox-c38574a75f49681ebcb8e6a5b50020b86900bf09.tar.xz | |
I am silly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2503 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ void player_change_volume(int button) } snprintf(buffer,sizeof(buffer),"Vol: %d %% ", - mpeg_phys2val(global_settings.volume)); + mpeg_val2phys(global_settings.volume)); #ifdef HAVE_LCD_CHARCELLS lcd_puts(0, 0, buffer); |