summaryrefslogtreecommitdiffstats
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/splash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c
index 3f361f5a04..65c3ad8c13 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -48,9 +48,9 @@ static bool splash_internal(struct screen * screen, const char *fmt, va_list ap,
const char *str;
size_t len;
} lines[MAXLINES];
- char *next;
- char *lastbreak = NULL;
- char *store = NULL;
+ const char *next;
+ const char *lastbreak = NULL;
+ const char *store = NULL;
int line = 0;
int x = 0;
int y, i;