From 8af4ac007157d4052b27ef85e866938d5c9a0908 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 28 Jan 2002 10:19:51 +0000 Subject: [PATCH] Avoid C99 comments. Noted by Vincent Lefevre. --- send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send.c b/send.c index 3dcd7f61..33250a2d 100644 --- a/send.c +++ b/send.c @@ -1224,7 +1224,7 @@ ci_send_message (int flags, /* send mode */ #ifdef HAVE_PGP if (msg->security) - msg->security |= APPLICATION_PGP; // default is PGP + msg->security |= APPLICATION_PGP; /* default is PGP */ #endif #ifdef HAVE_SMIME -- 2.40.0