From ef9abe438573dde2e059e6f7ba50933c4eddffc6 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Tue, 9 Oct 2007 15:15:00 +0000 Subject: Keep track of the number of opened files in the sim to enforce the same limit as on target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15045 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') 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), -- cgit v1.1