]> granicus.if.org Git - mutt/commitdiff
Avoid C99 comments. Noted by Vincent Lefevre.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 28 Jan 2002 10:19:51 +0000 (10:19 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 28 Jan 2002 10:19:51 +0000 (10:19 +0000)
send.c

diff --git a/send.c b/send.c
index 3dcd7f611ad5a57cf5a8ff2d1e9e2abd38bde8b8..33250a2d06450f5e7bc7e30e24f67df1fa78d2d9 100644 (file)
--- 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