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 246df99290..d5f70be043 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -209,7 +209,7 @@ static const struct plugin_api rockbox_api = {
209 209
210 /* file */ 210 /* file */
211 (open_func)PREFIX(open), 211 (open_func)PREFIX(open),
212 close, 212 PREFIX(close),
213 (read_func)PREFIX(read), 213 (read_func)PREFIX(read),
214 PREFIX(lseek), 214 PREFIX(lseek),
215 (creat_func)PREFIX(creat), 215 (creat_func)PREFIX(creat),