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 a8fff83..e07d5b4 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -314,7 +314,7 @@ static const struct plugin_api rockbox_api = {
#ifdef HAVE_PLUGIN_CHECK_OPEN_CLOSE
(creat_func)creat_wrapper,
#else
- (creat_func)creat,
+ PREFIX(creat),
#endif
(write_func)PREFIX(write),
remove,