mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add missing brace
This commit is contained in:
parent
e34584e323
commit
640198a395
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static int socketError()
|
|||
{
|
||||
int e = WSAGetLastError();
|
||||
|
||||
switch (e)
|
||||
switch (e) {
|
||||
case WSAEWOULDBLOCK: return EAGAIN;
|
||||
case WSAEINTR: return EINTR;
|
||||
default: return e;
|
||||
|
|
Loading…
Reference in a new issue