From f5a356989980aeabdfb6446d65d54cf8ec7928ab Mon Sep 17 00:00:00 2001 From: Shachar Liberman Date: Tue, 3 Oct 2006 15:02:49 +0000 Subject: Should fix yellow player buid. warning only occurred on the real target so I've missed it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11116 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/splash.c b/apps/gui/splash.c index 0b2045b2e1..f41d174881 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -41,7 +41,7 @@ static void splash(struct screen * screen, char *next; char *store=NULL; int x = 0; - int w, h; + int w, h = 1; unsigned char splash_buf[MAXLETTERS]; unsigned short widths[MAXLINES]; unsigned char *text = splash_buf; -- cgit v1.2.3