Commit f9e51fb5 authored by Michael Kaufmann's avatar Michael Kaufmann
Browse files

file: fix compiler warning

follow-up to 46133aa5
parent e44bfc76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ static CURLcode file_connect(struct connectdata *conn, bool *done)
  struct FILEPROTO *file = data->req.protop;
  int fd;
#ifdef DOS_FILESYSTEM
  int i;
  size_t i;
  char *actual_path;
#endif
  size_t real_path_len;