summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 4f1fd504f3..3fcb7cf2b4 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 * 2); 98 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);