summaryrefslogtreecommitdiff
path: root/apps/plugins/jackpot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jackpot.c')
-rw-r--r--apps/plugins/jackpot.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c
index d35e35a8c0..a2ebb81f5c 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -29,6 +29,8 @@ History:
29 29
30#ifdef HAVE_LCD_CHARCELLS 30#ifdef HAVE_LCD_CHARCELLS
31 31
32PLUGIN_HEADER
33
32/* Jackpot game for the player */ 34/* Jackpot game for the player */
33 35
34static unsigned char pattern[]={ 36static unsigned char pattern[]={
@@ -89,11 +91,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
89 bool exit=false; 91 bool exit=false;
90 bool go; 92 bool go;
91 93
92 /* this macro should be called as the first thing you do in the plugin.
93 it test that the api version and model the plugin was compiled for
94 matches the machine it is running on */
95 TEST_PLUGIN_API(api);
96
97 /* if you don't use the parameter, you can do like 94 /* if you don't use the parameter, you can do like
98 this to avoid the compiler warning about it */ 95 this to avoid the compiler warning about it */
99 (void)parameter; 96 (void)parameter;