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:
parent
2d1ff6cc27
commit
f5a3569899
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue