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