Commit e3a530eb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andrés García fixed a warning appearing on windows

parent d1235ff0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";