pop3 / smtp: Small comment tidy up

Small tidy up to keep some comments consistant across each of the email
protocols.
This commit is contained in:
Steve Holme 2013-02-28 22:26:46 +00:00
parent 10549ee08f
commit b4eb08e7fb
2 changed files with 3 additions and 3 deletions

View file

@ -1134,7 +1134,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn,
pp->cache_size = 0;
}
/* End of do phase */
/* End of DO phase */
state(conn, POP3_STOP);
return result;