diff options
Diffstat (limited to 'lib/imap.c')
-rw-r--r-- | lib/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c index 4aa7dcc95..b8477ef1d 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -393,7 +393,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len, static void imap_get_message(char *buffer, char** outptr) { size_t len = 0; - char* message = NULL; + char *message = NULL; /* Find the start of the message */ for(message = buffer + 2; *message == ' ' || *message == '\t'; message++) |