Fix typo.

This commit is contained in:
Bartosz Taudul 2020-06-20 18:50:05 +02:00
parent f7727f3aa4
commit d8466c5839

View File

@ -135,8 +135,8 @@ bool Socket::Connect( const char* addr, int port )
m_ptr = nullptr; m_ptr = nullptr;
return false; return false;
} }
}
#endif #endif
}
#if defined _WIN32 || defined __CYGWIN__ #if defined _WIN32 || defined __CYGWIN__
u_long nonblocking = 0; u_long nonblocking = 0;