Should compile now (fixed typos(?))

This commit is contained in:
Nathan Heisey 2011-07-14 17:58:47 +00:00
parent 63c52052ea
commit 569fcd280c
2 changed files with 6 additions and 3 deletions

View file

@ -90,7 +90,7 @@ SDL_ThreadID(void)
}
int
SDL_SYS_SetThreadPriority(SDL_Thread * thread, SDL_ThreadPriority priority)
SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
{
int32 value;