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 8a20adf413..031c20b9f7 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -109,7 +109,7 @@ static void draw_screen(struct mp3entry* id3)
109#else 109#else
110 110
111 lcd_puts(0, l++, id3->artist?id3->artist:"<no artist>"); 111 lcd_puts(0, l++, id3->artist?id3->artist:"<no artist>");
112 lcd_puts(0, l++, id3->title?id3->title:"<no title>"); 112 lcd_puts_scroll(0, l++, id3->title?id3->title:"<no title>");
113#endif 113#endif
114 break; 114 break;
115 } 115 }