summaryrefslogtreecommitdiff
path: root/apps/plugins/snow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/snow.c')
-rw-r--r--apps/plugins/snow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/snow.c b/apps/plugins/snow.c
index 9e8f4f582f..64d3f2430b 100644
--- a/apps/plugins/snow.c
+++ b/apps/plugins/snow.c
@@ -181,7 +181,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
181#ifdef HAVE_LCD_CHARCELLS 181#ifdef HAVE_LCD_CHARCELLS
182 if (!pgfx_init(rb, 4, 2)) 182 if (!pgfx_init(rb, 4, 2))
183 { 183 {
184 rb->splash(HZ*2, true, "Old LCD :("); 184 rb->splash(HZ*2, "Old LCD :(");
185 return PLUGIN_OK; 185 return PLUGIN_OK;
186 } 186 }
187#endif 187#endif