summaryrefslogtreecommitdiff
path: root/apps/plugins/rockblox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockblox.c')
-rw-r--r--apps/plugins/rockblox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index 62e7c747e1..3df427da48 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -507,7 +507,7 @@ extern const fb_data rockblox_background[];
507 507
508 508
509/* must have variable */ 509/* must have variable */
510static struct plugin_api *rb; 510static const struct plugin_api *rb;
511 511
512static bool gameover = false; 512static bool gameover = false;
513/* c=current f=figure o=orientation n=next */ 513/* c=current f=figure o=orientation n=next */
@@ -1159,7 +1159,7 @@ static int rockblox_loop (void)
1159 return PLUGIN_OK; 1159 return PLUGIN_OK;
1160} 1160}
1161 1161
1162enum plugin_status plugin_start (struct plugin_api *api, void *parameter) 1162enum plugin_status plugin_start (const struct plugin_api *api, const void *parameter)
1163{ 1163{
1164 int ret; 1164 int ret;
1165 1165