summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;