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 e4220e4af3..6ef5b584ce 100644
--- a/apps/plugins/helloworld.c
+++ b/apps/plugins/helloworld.c
@@ -41,7 +41,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
41 rb = api; 41 rb = api;
42 42
43 /* now go ahead and have fun! */ 43 /* now go ahead and have fun! */
44 rb->splash(HZ*2, true, "Hello world!"); 44 rb->splash(HZ*2, "Hello world!");
45 45
46 return PLUGIN_OK; 46 return PLUGIN_OK;
47} 47}