Commit f99ca905 authored by Yang Tse's avatar Yang Tse
Browse files

Daniel Mirchandani fix to make libcurl build nicely on Winsock

build targets when --disable-verbose is specified.
parent e24cb6cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,7 +573,7 @@ get_winsock_error (int err, char *buf, size_t len)
    return NULL;
  }
#else
  if (error == CURLE_OK)
  if (err == CURLE_OK)
    return NULL;
  else
    p = "error";