summaryrefslogtreecommitdiff
path: root/apps/plugins/splitedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/splitedit.c')
-rw-r--r--apps/plugins/splitedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/splitedit.c b/apps/plugins/splitedit.c
index ab4ce415b7..419ce7a676 100644
--- a/apps/plugins/splitedit.c
+++ b/apps/plugins/splitedit.c
@@ -97,7 +97,7 @@ unsigned char SCALE_BMP[][13] =
97#define SE_COUNT 5 97#define SE_COUNT 5
98 98
99/* the global api pointer */ 99/* the global api pointer */
100static struct plugin_api* rb; 100static const struct plugin_api* rb;
101 101
102/* contains the file name of the song that is to be split */ 102/* contains the file name of the song that is to be split */
103static char path_mp3[MAX_PATH]; 103static char path_mp3[MAX_PATH];
@@ -1248,7 +1248,7 @@ unsigned long splitedit_editor(struct mp3entry * mp3_to_split,
1248 return retval; 1248 return retval;
1249} 1249}
1250 1250
1251enum plugin_status plugin_start(struct plugin_api* api, void* parameter) 1251enum plugin_status plugin_start(const struct plugin_api* api, const void* parameter)
1252{ 1252{
1253 struct mp3entry* mp3; 1253 struct mp3entry* mp3;
1254 1254