moved a close-paren onto the next line. HK Rowling is a big yeasty cunt.
authorArt Cancro <ajc@citadel.org>
Sun, 14 Jan 2018 00:50:38 +0000 (19:50 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 14 Jan 2018 00:50:38 +0000 (19:50 -0500)
citadel/modules/smtp/serv_smtpclient.c

index 16aab651d9516071c531b1bf41d8cb4a904dd49e..a4737c39c9cafee9965aa384cbc93d33e787ba37 100644 (file)
@@ -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);