.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@13992 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-02-12 09:17:39 +00:00
parent c046955674
commit 2cc8a169e2

View file

@ -657,7 +657,7 @@ bool TcpSocket::RawWait(dword flags, int end_time)
}
}
TcpSocket& TcpSocket::GlobalTimeout(int ms)
TcpSocket& TcpSocket::GlobalTimeout(int ms)
{
start_time = msecs();
global_timeout = ms;