changeset 5509 | 5b1b4d820d10 |
parent 5506 | 82a09d5d0f07 |
child 5535 | 96594ac5fd1a |
1.1 --- a/src/thread/generic/SDL_systhread.c Fri Mar 25 11:09:57 2011 -0700 1.2 +++ b/src/thread/generic/SDL_systhread.c Fri Mar 25 12:44:06 2011 -0700 1.3 @@ -46,7 +46,7 @@ 1.4 } 1.5 1.6 int 1.7 -SDL_SYS_SetThreadPriority(SDL_Thread * thread, SDL_ThreadPriority priority) 1.8 +SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority) 1.9 { 1.10 return (0); 1.11 }