mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Fix typo
This commit is contained in:
+1
-2
@@ -4644,8 +4644,7 @@ gb_inline void gb_mutex_unlock(gbMutex *m) {
|
||||
#if defined(GB_SYSTEM_WINDOWS)
|
||||
LeaveCriticalSection(&m->win32_critical_section);
|
||||
#else
|
||||
// IMPORTANT TODO HACK(bill): Enable this
|
||||
// pthread_mutex_unlock(&m->pthread_mutex);
|
||||
pthread_mutex_unlock(&m->pthread_mutex);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user