mirror of
https://github.com/curl/curl.git
synced 2025-09-27 14:36:48 +03: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:
|
default:
|
||||||
/* we got a specific curlcode, forward it */
|
/* we got a specific curlcode, forward it */
|
||||||
return (CURLcode)curlcode;
|
return curlcode;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user