typo...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4770 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
008ac37b3a
commit
508a546f01
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ static qboolean Sys_IsThread(void *thread)
|
||||||
{
|
{
|
||||||
return pthread_equal(pthread_self(), *(pthread_t*)thread);
|
return pthread_equal(pthread_self(), *(pthread_t*)thread);
|
||||||
}
|
}
|
||||||
boolean Sys_IsMainThread(void)
|
qboolean Sys_IsMainThread(void)
|
||||||
{
|
{
|
||||||
return Sys_IsThread(&mainthread);
|
return Sys_IsThread(&mainthread);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue