mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
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:
parent
10549ee08f
commit
b4eb08e7fb
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue