summaryrefslogtreecommitdiff
path: root/apps/gui/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/splash.h')
-rw-r--r--apps/gui/splash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/splash.h b/apps/gui/splash.h
index b1aece9dde..9d8def16f8 100644
--- a/apps/gui/splash.h
+++ b/apps/gui/splash.h
@@ -39,6 +39,6 @@ extern void gui_splash(struct screen * screen, int ticks,
39 * - fmt : what to say *printf style 39 * - fmt : what to say *printf style
40 */ 40 */
41extern void gui_syncsplash(int ticks, bool center, 41extern void gui_syncsplash(int ticks, bool center,
42 const char *fmt, ...); 42 const unsigned char *fmt, ...);
43 43
44#endif /* _GUI_ICON_H_ */ 44#endif /* _GUI_ICON_H_ */