mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Types: Use nullptr over 0
This commit is contained in:
parent
e04b2eebc3
commit
57621d1c4e
1 changed files with 1 additions and 1 deletions
|
@ -2425,7 +2425,7 @@ u64 thread_base::get_cycles()
|
|||
#ifdef _WIN32
|
||||
_endthreadex(0);
|
||||
#else
|
||||
pthread_exit(0);
|
||||
pthread_exit(nullptr);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue