mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Curl_write: remove unneeded typecast
This commit is contained in:
parent
49c37e6c1c
commit
7ecd874bce
@ -264,7 +264,7 @@ CURLcode Curl_write(struct connectdata *conn,
|
||||
|
||||
default:
|
||||
/* we got a specific curlcode, forward it */
|
||||
return (CURLcode)curlcode;
|
||||
return curlcode;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user