From: Art Cancro Date: Sun, 14 Jan 2018 00:50:38 +0000 (-0500) Subject: moved a close-paren onto the next line. HK Rowling is a big yeasty cunt. X-Git-Tag: v939~454 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8c8b5f2a1d1c4669879d46a3ce7bccae946b1b39;p=citadel.git moved a close-paren onto the next line. HK Rowling is a big yeasty cunt. --- diff --git a/citadel/modules/smtp/serv_smtpclient.c b/citadel/modules/smtp/serv_smtpclient.c index 16aab651d..a4737c39c 100644 --- a/citadel/modules/smtp/serv_smtpclient.c +++ b/citadel/modules/smtp/serv_smtpclient.c @@ -112,7 +112,8 @@ int smtp_aftersave(struct CtdlMessage *msg, recptypes *recps) "bounceto|%s\n", msg->cm_fields[eVltMsgNum], (long)time(NULL), - recps->bounce_to); + recps->bounce_to + ); if (recps->envelope_from != NULL) { StrBufAppendBufPlain(SpoolMsg, HKEY("envelope_from|"), 0);