diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 20a1feb..aae2c19 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 */ |