mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
unit1660.c drop redundant result cast
This commit is contained in:
parent
b3614254ae
commit
fbca3b21ba
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ static CURLcode test_unit1660(const char *arg)
|
|||
continue;
|
||||
}
|
||||
else if(result) {
|
||||
curl_mprintf("Input %u: error %d\n", i, (int)result);
|
||||
curl_mprintf("Input %u: error %d\n", i, result);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue