mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
typo
This commit is contained in:
parent
d5b13aac3b
commit
d3a519d2a6
@ -3,7 +3,7 @@
|
||||
#include "kernel/rwlock.h"
|
||||
|
||||
void rwlockInit(RwLock* r) {
|
||||
rmutexInit(r->b);
|
||||
rmutexInit(r->r);
|
||||
rmutexInit(r->g);
|
||||
r->b = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user