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 56df77d57a..fa2c21768a 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -199,7 +199,7 @@ void splashf(int ticks, const char *fmt, ...)
199 199
200void splash(int ticks, const char *str) 200void splash(int ticks, const char *str)
201{ 201{
202#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC 202#if !defined(SIMULATOR)
203 long id; 203 long id;
204 /* fmt may be a so called virtual pointer. See settings.h. */ 204 /* fmt may be a so called virtual pointer. See settings.h. */
205 if((id = P2ID((const unsigned char*)str)) >= 0) 205 if((id = P2ID((const unsigned char*)str)) >= 0)