]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
corrected comment style
authormortenp <none@none>
Thu, 22 Apr 2004 11:25:32 +0000 (21:25 +1000)
committermortenp <none@none>
Thu, 22 Apr 2004 11:25:32 +0000 (21:25 +1000)
src/mlmmj-send.c

index 3fa0eb5dc66683a34f2fc98f945d1e208752dc37..c770b3d0e21356708a93fc65f29ecc700a1e9e89 100644 (file)
@@ -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) {