summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index a19b3ee226..0225491d85 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -802,7 +802,7 @@ static const struct plugin_api rockbox_api = {
802 plugin_get_current_filename, 802 plugin_get_current_filename,
803 /* new stuff at the end, sort into place next time 803 /* new stuff at the end, sort into place next time
804 the API gets incompatible */ 804 the API gets incompatible */
805 805 warn_on_pl_erase,
806}; 806};
807 807
808static int plugin_buffer_handle; 808static int plugin_buffer_handle;