From: mortenp Date: Thu, 22 Apr 2004 11:25:32 +0000 (+1000) Subject: corrected comment style X-Git-Tag: RELEASE_1_0_0~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c370db446f0c67e63a79f1a3ef4dd91c105de0;p=thirdparty%2Fmlmmj.git corrected comment style --- diff --git a/src/mlmmj-send.c b/src/mlmmj-send.c index 3fa0eb5d..c770b3d0 100644 --- a/src/mlmmj-send.c +++ b/src/mlmmj-send.c @@ -64,7 +64,7 @@ static char *bounce_from_adr(char *recipient, char *listadr, char *mailfilename) } *listdomain++ = '\0'; - // 11 = "-bounces" + RECIPDELIM + "@" + NUL + /* 11 = "-bounces" + RECIPDELIM + "@" + NUL */ len = strlen(listadr) + strlen(recipient) + strlen(listdomain) + 11; bounce_adr = malloc(len); if (!bounce_adr) {