mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 17:53:50 +00:00
Formatting...
This commit is contained in:
parent
4f9f5c81bf
commit
428f2a086b
|
|
@ -738,7 +738,7 @@ static void GetSockOpt(Service::Interface* self) {
|
|||
|
||||
int ret = ::getsockopt(socket_handle, level, optname, optval, &optlen);
|
||||
int err = 0;
|
||||
if(ret == SOCKET_ERROR_VALUE) {
|
||||
if (ret == SOCKET_ERROR_VALUE) {
|
||||
err = TranslateError(GET_ERRNO);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue