Commit 1038d0aa authored by Yang Tse's avatar Yang Tse
Browse files

pop3.c: fix compiler warning

parent f80a5082
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1045,7 +1045,7 @@ CURLcode Curl_pop3_write(struct connectdata *conn,
     over up to 5 different data chunks.
  */
  struct pop3_conn *pop3c = &conn->proto.pop3c;
  unsigned int i;
  size_t i;

  /* since the EOB string must be within the last 5 bytes, get the index
     position of where to start to scan for it */