mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 10:15:39 +01:00
Update sockets.h
forgot to realign the enum
This commit is contained in:
parent
a1ce45b0b1
commit
ecea5ef757
@ -19,12 +19,12 @@ enum class Errno : u32 {
|
||||
INVAL = 22,
|
||||
MFILE = 24,
|
||||
PIPE = 32,
|
||||
CONNREFUSED = 111,
|
||||
MSGSIZE = 90,
|
||||
CONNABORTED = 103,
|
||||
CONNRESET = 104,
|
||||
NOTCONN = 107,
|
||||
TIMEDOUT = 110,
|
||||
CONNREFUSED = 111,
|
||||
INPROGRESS = 115,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user