mirror of
https://github.com/curl/curl.git
synced 2026-04-19 04:41:16 +03:00
syntax error
This commit is contained in:
parent
c2d8025a0a
commit
e5b7dc56e6
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ CURLcode Curl_write(struct connectdata *conn, int sockfd,
|
|||
may be EWOULDBLOCK or on some systems EAGAIN when it returned
|
||||
due to its inability to send off data without blocking. We
|
||||
therefor treat both error codes the same here */
|
||||
if((EWOULDBLOCK == errno) || ((EAGAIN == errno))
|
||||
if((EWOULDBLOCK == errno) || (EAGAIN == errno))
|
||||
#endif
|
||||
{
|
||||
/* this is just a case of EWOULDBLOCK */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue