Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: Set nplurals of zh_CN.po from 1 to 2
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 972ad62cd92ff2b09fb5caa21b24f471009ef19b..d42e4712972794f055aec6630ba86797d7e5343c 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-1022,7
+1022,7
@@
static int auth_cram_md5(struct imap_store *ctx, struct imap_cmd *cmd, const cha
ret = socket_write(&ctx->imap->buf.sock, response, strlen(response));
if (ret != strlen(response))
- return error("IMAP error: sending response failed
\n
");
+ return error("IMAP error: sending response failed");
free(response);