summaryrefslogtreecommitdiff
path: root/apps/gui/splash.c
diff options
context:
space:
mode:
authorShachar Liberman <lshachar@hotmail.com>2006-10-03 15:02:49 +0000
committerShachar Liberman <lshachar@hotmail.com>2006-10-03 15:02:49 +0000
commitf5a356989980aeabdfb6446d65d54cf8ec7928ab (patch)
treed0c600e64e6eca9ed5498950807e80a894acdb61 /apps/gui/splash.c
parent2d1ff6cc27446511b856ef9f50b09c644bcbb08e (diff)
downloadrockbox-f5a356989980aeabdfb6446d65d54cf8ec7928ab.zip
rockbox-f5a356989980aeabdfb6446d65d54cf8ec7928ab.tar.gz
rockbox-f5a356989980aeabdfb6446d65d54cf8ec7928ab.tar.bz2
rockbox-f5a356989980aeabdfb6446d65d54cf8ec7928ab.tar.xz
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
Diffstat (limited to 'apps/gui/splash.c')
-rw-r--r--apps/gui/splash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c
index 0b2045b..f41d174 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;