mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:37:16 +03:00
Curl_write: remove unneeded typecast
This commit is contained in:
parent
49c37e6c1c
commit
7ecd874bce
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ CURLcode Curl_write(struct connectdata *conn,
|
|||
|
||||
default:
|
||||
/* we got a specific curlcode, forward it */
|
||||
return (CURLcode)curlcode;
|
||||
return curlcode;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue