More style improvements

This commit is contained in:
gingerBill
2024-06-29 19:23:58 +01:00
parent 663661db53
commit 103eccf104
7 changed files with 26 additions and 15 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ foreign WinSock2 {
return
}
}
if s.fd_count >= FD_SETSIZE do return
if s.fd_count >= FD_SETSIZE {
return
}
s.fd_array[s.fd_count] = fd
s.fd_count += 1
}