summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 3fcb7cf2b4..233ea072e5 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -95,7 +95,7 @@ void player_change_volume(int button)
95 } 95 }
96 96
97 snprintf(buffer,sizeof(buffer),"Vol: %d %% ", 97 snprintf(buffer,sizeof(buffer),"Vol: %d %% ",
98 global_settings.volume); 98 mpeg_phys2val(global_settings.volume));
99 99
100#ifdef HAVE_LCD_CHARCELLS 100#ifdef HAVE_LCD_CHARCELLS
101 lcd_puts(0, 0, buffer); 101 lcd_puts(0, 0, buffer);