summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 518fdeff44..25f1865c9e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -88,7 +88,7 @@ extern unsigned char pluginbuf[];
88/* for actual plugins only, not for codecs */ 88/* for actual plugins only, not for codecs */
89static bool plugin_loaded = false; 89static bool plugin_loaded = false;
90static int plugin_size = 0; 90static int plugin_size = 0;
91static bool (*pfn_tsr_exit)(bool) = NULL; /* TSR exit callback */ 91static bool (*pfn_tsr_exit)(bool reenter) = NULL; /* TSR exit callback */
92static char current_plugin[MAX_PATH]; 92static char current_plugin[MAX_PATH];
93 93
94static const struct plugin_api rockbox_api = { 94static const struct plugin_api rockbox_api = {