mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-15 14:26:01 +00:00
thread: code style
This commit is contained in:
@@ -53,7 +53,7 @@ extern "C"
|
||||
void
|
||||
SDL_DestroyMutex(SDL_mutex * mutex)
|
||||
{
|
||||
if (mutex) {
|
||||
if (mutex != NULL) {
|
||||
delete mutex;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user