From: Thomas Roessler Date: Mon, 28 Jan 2002 10:19:51 +0000 (+0000) Subject: Avoid C99 comments. Noted by Vincent Lefevre. X-Git-Tag: mutt-1-5-1-rel~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8af4ac007157d4052b27ef85e866938d5c9a0908;p=mutt Avoid C99 comments. Noted by Vincent Lefevre. --- 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