From: Nguyễn Thái Ngọc Duy Date: Mon, 11 Feb 2019 09:40:11 +0000 (+0700) Subject: imap-send.c: add a missing space in error message X-Git-Tag: v2.21.0-rc1~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d1fbf888fbb6841444ec75419eee715bfcd995b;p=git imap-send.c: add a missing space in error message Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/imap-send.c b/imap-send.c index b4eb886e2a..36bba5b50d 100644 --- a/imap-send.c +++ b/imap-send.c @@ -1114,7 +1114,7 @@ static struct imap_store *imap_open_store(struct imap_server_conf *srvc, char *f if (!strcmp(srvc->auth_method, "CRAM-MD5")) { if (!CAP(AUTH_CRAM_MD5)) { - fprintf(stderr, "You specified" + fprintf(stderr, "You specified " "CRAM-MD5 as authentication method, " "but %s doesn't support it.\n", srvc->host); goto bail;