summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/wps.c b/apps/wps.c
index bc09ec5506..f1b0e214a7 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -204,8 +204,8 @@ bool browse_id3(void)
204 case 4: 204 case 4:
205 lcd_puts(0, 0, str(LANG_ID3_GENRE)); 205 lcd_puts(0, 0, str(LANG_ID3_GENRE));
206 lcd_puts_scroll(0, 1, 206 lcd_puts_scroll(0, 1,
207 wps_get_genre(id3) ? 207 id3_get_genre(id3) ?
208 wps_get_genre(id3) : 208 id3_get_genre(id3) :
209 (char*)str(LANG_ID3_NO_INFO)); 209 (char*)str(LANG_ID3_NO_INFO));
210 break; 210 break;
211 211