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
This commit is contained in:
parent
19e3b6fb8b
commit
759bede3bc
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static void init_ci(void)
|
||||||
/* --- "Core" functions --- */
|
/* --- "Core" functions --- */
|
||||||
|
|
||||||
/* kernel/ system */
|
/* kernel/ system */
|
||||||
ci.PREFIX(sleep) = rb->PREFIX(sleep);
|
ci.sleep = rb->sleep;
|
||||||
ci.yield = rb->yield;
|
ci.yield = rb->yield;
|
||||||
|
|
||||||
/* strings and memory */
|
/* strings and memory */
|
||||||
|
|
Loading…
Reference in a new issue