imap: Corrected char* references with char *

Corrected char* references made in commit: 709b3506cd.
This commit is contained in:
Steve Holme 2013-02-27 20:35:04 +00:00
parent c368fbcb10
commit cce08581ac
1 changed files with 1 additions and 1 deletions

View File

@ -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;