summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 43ac28e..75b68d0 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -79,9 +79,9 @@ static void draw_screen(struct mp3entry* id3)
}
case PLAY_DISPLAY_DEFAULT:
{
+ int l = 0;
#ifdef HAVE_LCD_BITMAP
char buffer[64];
- int l = 0;
lcd_puts(0, l++, id3->title?id3->title:"");
lcd_puts(0, l++, id3->album?id3->album:"");