From: Junio C Hamano Date: Tue, 12 Feb 2019 17:00:25 +0000 (-0800) Subject: Merge branch 'nd/imap-send-typofix' X-Git-Tag: v2.21.0-rc1~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d3c4e32b875498a15b342537306d63cdacbc4726?ds=inline;hp=-c Merge branch 'nd/imap-send-typofix' * nd/imap-send-typofix: imap-send.c: add a missing space in error message --- d3c4e32b875498a15b342537306d63cdacbc4726 diff --combined imap-send.c index 18ca6ba10a,36bba5b50d..6c54d8c29d --- a/imap-send.c +++ b/imap-send.c @@@ -1114,7 -1114,7 +1114,7 @@@ static struct imap_store *imap_open_sto 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; @@@ -1471,8 -1471,7 +1471,8 @@@ static CURL *setup_curl(struct imap_ser } static int curl_append_msgs_to_imap(struct imap_server_conf *server, - struct strbuf* all_msgs, int total) { + struct strbuf* all_msgs, int total) +{ int ofs = 0; int n = 0; struct buffer msgbuf = { STRBUF_INIT, 0 };