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 /apps | |
parent | 2a1db5ae0295f1d5dc23364088828a25181205d4 (diff) |
I am silly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2503 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c index 233ea072e5..d0a03f6121 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -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); |