summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/stream_mgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/stream_mgr.c')
-rw-r--r--apps/plugins/mpegplayer/stream_mgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.c b/apps/plugins/mpegplayer/stream_mgr.c
index 222ffb7d6b..065843a344 100644
--- a/apps/plugins/mpegplayer/stream_mgr.c
+++ b/apps/plugins/mpegplayer/stream_mgr.c
@@ -998,7 +998,7 @@ int stream_init(void)
998 long greysize; 998 long greysize;
999 999
1000 /* Greylib init handles all necessary cache alignment */ 1000 /* Greylib init handles all necessary cache alignment */
1001 if (!grey_init(rb, mem, memsize, GREY_BUFFERED|GREY_ON_COP, 1001 if (!grey_init(mem, memsize, GREY_BUFFERED|GREY_ON_COP,
1002 LCD_WIDTH, LCD_HEIGHT, &greysize)) 1002 LCD_WIDTH, LCD_HEIGHT, &greysize))
1003 { 1003 {
1004 rb->splash(HZ, "greylib init failed!"); 1004 rb->splash(HZ, "greylib init failed!");