diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 246df99..d5f70be 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -209,7 +209,7 @@ static const struct plugin_api rockbox_api = { /* file */ (open_func)PREFIX(open), - close, + PREFIX(close), (read_func)PREFIX(read), PREFIX(lseek), (creat_func)PREFIX(creat), |