summaryrefslogtreecommitdiff
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
parent2d1ff6cc27446511b856ef9f50b09c644bcbb08e (diff)
downloadrockbox-f5a356989980aeabdfb6446d65d54cf8ec7928ab.tar.gz
rockbox-f5a356989980aeabdfb6446d65d54cf8ec7928ab.zip
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
-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 0b2045b2e1..f41d174881 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -41,7 +41,7 @@ static void splash(struct screen * screen,
41 char *next; 41 char *next;
42 char *store=NULL; 42 char *store=NULL;
43 int x = 0; 43 int x = 0;
44 int w, h; 44 int w, h = 1;
45 unsigned char splash_buf[MAXLETTERS]; 45 unsigned char splash_buf[MAXLETTERS];
46 unsigned short widths[MAXLINES]; 46 unsigned short widths[MAXLINES];
47 unsigned char *text = splash_buf; 47 unsigned char *text = splash_buf;