changeset 8:6068d81dd54a

corrected comment style
author mortenp
date Thu, 22 Apr 2004 21:25:32 +1000
parents e447e6033387
children e226ec6c1e74
files src/mlmmj-send.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-send.c	Thu Apr 22 20:08:01 2004 +1000
+++ b/src/mlmmj-send.c	Thu Apr 22 21:25:32 2004 +1000
@@ -64,7 +64,7 @@
 	}
 	*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) {