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
This commit is contained in:
Shachar Liberman 2006-10-03 15:02:49 +00:00
parent 2d1ff6cc27
commit f5a3569899

View file

@ -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;