Commit 6ff7197e authored by Steve Holme's avatar Steve Holme
Browse files

imap: Small tidy up of function arguments

parent 0be22513
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1214,8 +1214,7 @@ static CURLcode imap_state_login_resp(struct connectdata *conn,
}

/* For SELECT responses */
static CURLcode imap_state_select_resp(struct connectdata *conn,
                                       int imapcode,
static CURLcode imap_state_select_resp(struct connectdata *conn, int imapcode,
                                       imapstate instate)
{
  CURLcode result = CURLE_OK;