summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 9d46ea4510..bdb59e6005 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -209,10 +209,10 @@ static const struct plugin_api rockbox_api = {
209 /* file */ 209 /* file */
210 (open_func)PREFIX(open), 210 (open_func)PREFIX(open),
211 close, 211 close,
212 (read_func)read, 212 (read_func)PREFIX(read),
213 PREFIX(lseek), 213 PREFIX(lseek),
214 (creat_func)PREFIX(creat), 214 (creat_func)PREFIX(creat),
215 (write_func)write, 215 (write_func)PREFIX(write),
216 PREFIX(remove), 216 PREFIX(remove),
217 PREFIX(rename), 217 PREFIX(rename),
218 PREFIX(ftruncate), 218 PREFIX(ftruncate),