diff options
Diffstat (limited to 'apps/plugins/helloworld.c')
| -rw-r--r-- | apps/plugins/helloworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/helloworld.c b/apps/plugins/helloworld.c index ea347fb..d0fecba 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) rb = api; /* now go ahead and have fun! */ - rb->splash(HZ*2, 0, true, "Hello world!"); + rb->splash(HZ*2, true, "Hello world!"); return PLUGIN_OK; } |