summaryrefslogtreecommitdiff
path: root/apps/gui/splash.c
diff options
context:
space:
mode:
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 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;