mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Fix typo.
This commit is contained in:
parent
f7727f3aa4
commit
d8466c5839
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user