mirror of
https://github.com/curl/curl.git
synced 2025-03-07 15:27:17 +08:00
imap: Corrected char* references with char *
Corrected char* references made in commit: 709b3506cd
.
This commit is contained in:
parent
c368fbcb10
commit
cce08581ac
@ -257,7 +257,7 @@ static CURLcode imap_sendf(struct connectdata *conn, const char *fmt, ...)
|
|||||||
* The returned string needs to be freed.
|
* The returned string needs to be freed.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static char* imap_atom(const char* str)
|
static char *imap_atom(const char *str)
|
||||||
{
|
{
|
||||||
const char *p1;
|
const char *p1;
|
||||||
char *p2;
|
char *p2;
|
||||||
|
Loading…
Reference in New Issue
Block a user