summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 515997379d..994a1172c8 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -22,6 +22,8 @@
22 22
23#ifdef HAVE_LCD_BITMAP 23#ifdef HAVE_LCD_BITMAP
24 24
25PLUGIN_HEADER
26
25#define SOKOBAN_TITLE "Sokoban" 27#define SOKOBAN_TITLE "Sokoban"
26#define SOKOBAN_TITLE_FONT 2 28#define SOKOBAN_TITLE_FONT 2
27 29
@@ -896,7 +898,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
896 int w, h; 898 int w, h;
897 int len; 899 int len;
898 900
899 TEST_PLUGIN_API(api);
900 (void)(parameter); 901 (void)(parameter);
901 rb = api; 902 rb = api;
902 903