mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
Condvar stylefix
This commit is contained in:
parent
c7213b119b
commit
b2810ab38d
@ -2,7 +2,7 @@
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "kernel/svc.h"
|
||||
#include "kernel/cond_var.h"
|
||||
#include "kernel/condvar.h"
|
||||
#include "../internal.h"
|
||||
|
||||
void condvarInit(CondVar* c, Mutex* m) {
|
Loading…
Reference in New Issue
Block a user