summaryrefslogtreecommitdiff
path: root/apps/plugins/solitaire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/solitaire.c')
-rw-r--r--apps/plugins/solitaire.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 81bd820fb2..9a60635f45 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -39,6 +39,8 @@ use F3 to put card on top of the remains' stack on one of the 4 final stacks
39 39
40#ifdef HAVE_LCD_BITMAP 40#ifdef HAVE_LCD_BITMAP
41 41
42PLUGIN_HEADER
43
42/* here is a global api struct pointer. while not strictly necessary, 44/* here is a global api struct pointer. while not strictly necessary,
43 it's nice not to have to pass the api pointer in all function calls 45 it's nice not to have to pass the api pointer in all function calls
44 in the plugin */ 46 in the plugin */
@@ -1541,7 +1543,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
1541 int result; 1543 int result;
1542 1544
1543 /* plugin init */ 1545 /* plugin init */
1544 TEST_PLUGIN_API(api);
1545 (void)parameter; 1546 (void)parameter;
1546 rb = api; 1547 rb = api;
1547 /* end of plugin init */ 1548 /* end of plugin init */