summaryrefslogtreecommitdiffstats
path: root/apps/plugins/sdl/src/thread/rockbox/SDL_systhread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/src/thread/rockbox/SDL_systhread.c')
-rw-r--r--apps/plugins/sdl/src/thread/rockbox/SDL_systhread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/src/thread/rockbox/SDL_systhread.c b/apps/plugins/sdl/src/thread/rockbox/SDL_systhread.c
index 214cbe4597..f9dc877815 100644
--- a/apps/plugins/sdl/src/thread/rockbox/SDL_systhread.c
+++ b/apps/plugins/sdl/src/thread/rockbox/SDL_systhread.c
@@ -58,7 +58,7 @@ int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
thread->handle = rb->create_thread(rbsdl_runthread, stacks[threadnum], DEFAULT_STACK_SIZE,
0, names[threadnum] /* collisions allowed? */
IF_PRIO(, PRIORITY_USER_INTERFACE)
- IF_COP(, COP));
+ IF_COP(, CPU));
threadnum++;