summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts_view.c')
-rw-r--r--apps/plugins/shortcuts/shortcuts_view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c
index eb3cb9506c..d3d11f3ff3 100644
--- a/apps/plugins/shortcuts/shortcuts_view.c
+++ b/apps/plugins/shortcuts/shortcuts_view.c
@@ -198,9 +198,8 @@ bool ends_with(char *string, char *suffix)
198} 198}
199 199
200 200
201enum plugin_status plugin_start(const struct plugin_api* api, const void* void_parameter) 201enum plugin_status plugin_start(const void* void_parameter)
202{ 202{
203 rb = api;
204 bool leave_loop; 203 bool leave_loop;
205 204
206 /* This is a viewer, so a parameter must have been specified */ 205 /* This is a viewer, so a parameter must have been specified */