mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:57:34 +03:00
imap: Corrected char* references with char *
Corrected char* references made in commit: 709b3506cd.
This commit is contained in:
parent
c368fbcb10
commit
cce08581ac
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ static CURLcode imap_sendf(struct connectdata *conn, const char *fmt, ...)
|
|||
* The returned string needs to be freed.
|
||||
*
|
||||
*/
|
||||
static char* imap_atom(const char* str)
|
||||
static char *imap_atom(const char *str)
|
||||
{
|
||||
const char *p1;
|
||||
char *p2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue