ssize_t nread)
{
int status; /* zlib status */
- CURLcode result = CURLE_OK; /*?*/ /* Curl_client_write status */
+ CURLcode result = CURLE_OK; /* Curl_client_write status */
char decomp[DSIZ]; /* Put the decompressed data here. */
z_stream *z = &k->z; /* zlib state structure */
ssize_t nread)
{
int status; /* zlib status */
- int result = CURLE_OK; /*?*/ /* Curl_client_write status */
+ CURLcode result = CURLE_OK; /* Curl_client_write status */
char decomp[DSIZ]; /* Put the decompressed data here. */
z_stream *z = &k->z; /* zlib state structure */