summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/sockets/sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/sockets/sockets.h b/src/core/hle/service/sockets/sockets.h
index a34a92bbe..4079c7728 100644
--- a/src/core/hle/service/sockets/sockets.h
+++ b/src/core/hle/service/sockets/sockets.h
@@ -19,7 +19,7 @@ enum class Errno : u32 {
19 INVAL = 22, 19 INVAL = 22,
20 MFILE = 24, 20 MFILE = 24,
21 PIPE = 32, 21 PIPE = 32,
22 CONNREFUSED = 61, 22 CONNREFUSED = 111,
23 MSGSIZE = 90, 23 MSGSIZE = 90,
24 CONNABORTED = 103, 24 CONNABORTED = 103,
25 CONNRESET = 104, 25 CONNRESET = 104,