aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail/reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/mail/reply.c')
-rw-r--r--src/cmd/acme/mail/reply.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/acme/mail/reply.c b/src/cmd/acme/mail/reply.c
index 9d6fd35b..5dda0edc 100644
--- a/src/cmd/acme/mail/reply.c
+++ b/src/cmd/acme/mail/reply.c
@@ -240,7 +240,7 @@ enum{
CC,
FROM,
INCLUDE,
- TO,
+ TO
};
char *headers[] = {
@@ -250,7 +250,7 @@ char *headers[] = {
"from:",
"include:",
"to:",
- nil,
+ nil
};
int
@@ -516,7 +516,7 @@ mesgsend(Message *m)
e->sync = sync;
proccreate(execproc, e, EXECSTACK);
recvul(sync);
- // close(p[0]);
+ /* close(p[0]); */
/* using marshal -8, so generate rfc822 headers */
if(nto > 0){