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 e582eb7..f1093f0 100644 --- a/apps/plugins/helloworld.c +++ b/apps/plugins/helloworld.c @@ -24,7 +24,7 @@ /* This macros must always be included. Should be placed at the top by convention, although the actual position doesn't matter */ -PLUGIN_HEADER + /* this is the plugin entry point */ enum plugin_status plugin_start(const void* parameter) |