aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c
index 37fbc453f..671f206d3 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -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;