From 759bede3bc38946e71090822da67aeb928a2c871 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 8 Jan 2009 22:37:51 +0000 Subject: [PATCH] Fix test_codec for r19704 (prefix removed from plugin API). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19729 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 20a1febd4f..aae2c1905b 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -450,7 +450,7 @@ static void init_ci(void) /* --- "Core" functions --- */ /* kernel/ system */ - ci.PREFIX(sleep) = rb->PREFIX(sleep); + ci.sleep = rb->sleep; ci.yield = rb->yield; /* strings and memory */