]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - thread_pthread.c
com_list.h: Fix copy/paste oversight where List_For_Each_Entry went backwards like...
[xonotic/darkplaces.git] / thread_pthread.c
index 7bded93dec2d6426c71bc190d7b70e500dfca777..2f8273ab41315f578c998a0344705ff8bbf864c8 100644 (file)
@@ -16,7 +16,7 @@ void Thread_Shutdown(void)
 {
 }
 
-qboolean Thread_HasThreads(void)
+qbool Thread_HasThreads(void)
 {
        return true;
 }