mirror of
https://github.com/curl/curl.git
synced 2026-08-04 21:46:14 +03:00
tests: rename CURLMcode variables to mresult
This commit is contained in:
parent
def2ef4a4a
commit
b2c621ab8a
255 changed files with 1771 additions and 1772 deletions
|
|
@ -34,9 +34,9 @@
|
|||
|
||||
static CURLcode t1663_setup(void)
|
||||
{
|
||||
CURLcode res = CURLE_OK;
|
||||
CURLcode result = CURLE_OK;
|
||||
global_init(CURL_GLOBAL_ALL);
|
||||
return res;
|
||||
return result;
|
||||
}
|
||||
|
||||
static void t1663_parse(const char *input_data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue