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