summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index 75903bc858..b9b4bb4c71 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -168,7 +168,7 @@ struct codec_api {
168 /* Configure different codec buffer parameters. */ 168 /* Configure different codec buffer parameters. */
169 void (*configure)(int setting, void *value); 169 void (*configure)(int setting, void *value);
170 170
171 void (*splash)(int ticks, bool center, const char *fmt, ...); 171 void (*splash)(int ticks, bool center, const unsigned char *fmt, ...);
172 172
173 /* file */ 173 /* file */
174 int (*PREFIX(open))(const char* pathname, int flags); 174 int (*PREFIX(open))(const char* pathname, int flags);