mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
tests: rename CURLMcode variables to mresult
This commit is contained in:
parent
0a26e3a660
commit
56f600ec23
255 changed files with 1771 additions and 1772 deletions
|
|
@ -29,9 +29,9 @@
|
|||
|
||||
static CURLcode t1609_setup(void)
|
||||
{
|
||||
CURLcode res = CURLE_OK;
|
||||
CURLcode result = CURLE_OK;
|
||||
global_init(CURL_GLOBAL_ALL);
|
||||
return res;
|
||||
return result;
|
||||
}
|
||||
|
||||
/* CURLOPT_RESOLVE address parsing test - to test the following defect fix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue