Skip to content
Snippets Groups Projects
Commit 2375196f authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix bug (not screaming) in last commit.

parent 335fd63b
No related branches found
No related tags found
No related merge requests found
Pipeline #5295 passed
......@@ -15,7 +15,7 @@ rwlock_init(rwlock_t *lock)
lock->writers = 0;
lock->writers_waiting = 0;
lock->writer = (DWORD)-1;
return true;
return TRUE;
}
BOOL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment