From 969dcb78719e3210eeb2e7fa8b37ce422f16f2f2 Mon Sep 17 00:00:00 2001 From: Jerome Kuptz Date: Tue, 25 Jun 2002 17:44:05 +0000 Subject: moved the declaration int l=0; above the #ifdef so all targets compile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1190 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wps.c b/apps/wps.c index 43ac28e838..75b68d0d8d 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:""); -- cgit v1.2.3