summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jewels.c')
-rw-r--r--apps/plugins/jewels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index ddd659d2a1..7eec89eaa3 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -339,7 +339,7 @@ struct jewels_menu {
339}; 339};
340 340
341/* global rockbox api */ 341/* global rockbox api */
342static struct plugin_api* rb; 342static const struct plugin_api* rb;
343 343
344/* external bitmaps */ 344/* external bitmaps */
345extern const fb_data jewels[]; 345extern const fb_data jewels[];
@@ -1898,7 +1898,7 @@ static int jewels_main(struct game_context* bj) {
1898/***************************************************************************** 1898/*****************************************************************************
1899* plugin entry point. 1899* plugin entry point.
1900******************************************************************************/ 1900******************************************************************************/
1901enum plugin_status plugin_start(struct plugin_api* api, void* parameter) { 1901enum plugin_status plugin_start(const struct plugin_api* api, const void* parameter) {
1902 struct game_context bj; 1902 struct game_context bj;
1903 bool exit = false; 1903 bool exit = false;
1904 int position; 1904 int position;