]> granicus.if.org Git - curl/commitdiff
syntax error
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Mar 2003 19:12:07 +0000 (19:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Mar 2003 19:12:07 +0000 (19:12 +0000)
lib/sendf.c

index 26d1831d89568ddcb5028de37840da335e2d7730..12721fa2655cb56ccd928b0ea1ea232a119f25ee 100644 (file)
@@ -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 */