summaryrefslogtreecommitdiff
path: root/apps/plugins/helloworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/helloworld.c')
-rw-r--r--apps/plugins/helloworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/helloworld.c b/apps/plugins/helloworld.c
index ea347fbf79..d0fecba169 100644
--- a/apps/plugins/helloworld.c
+++ b/apps/plugins/helloworld.c
@@ -42,7 +42,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
42 rb = api; 42 rb = api;
43 43
44 /* now go ahead and have fun! */ 44 /* now go ahead and have fun! */
45 rb->splash(HZ*2, 0, true, "Hello world!"); 45 rb->splash(HZ*2, true, "Hello world!");
46 46
47 return PLUGIN_OK; 47 return PLUGIN_OK;
48} 48}