mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
Andrs Garca fixed a warning appearing on windows
This commit is contained in:
parent
d1235ff058
commit
e3a530eb61
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ int test(char *URL)
|
|||
CURLcode res;
|
||||
FILE *hd_src ;
|
||||
int hd ;
|
||||
struct stat file_info;
|
||||
struct_stat file_info;
|
||||
|
||||
struct curl_slist *headerlist=NULL;
|
||||
const char *buf_1 = "RNFR 505";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue