aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-02-11 02:45:58 +0000
committerGuy Harris <guy@alum.mit.edu>2012-02-11 02:45:58 +0000
commitc972b866b5be9e384321a82d460e1ff209b7b9b8 (patch)
treeef54c532ab54e518dda3188efec96cf5207fd905
parent3301c4cb85569b8ffffc627b87fceb74054067a7 (diff)
Use C89-style comment rather than C++/C99-style comment.
svn path=/trunk/; revision=40965
-rw-r--r--epan/dissectors/packet-ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ntlmssp.c b/epan/dissectors/packet-ntlmssp.c
index 5c7c16dbe0..262a198400 100644
--- a/epan/dissectors/packet-ntlmssp.c
+++ b/epan/dissectors/packet-ntlmssp.c
@@ -25,7 +25,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-// Just set me to activate debug #define DEBUG_NTLMSSP
+/* Just set me to activate debug #define DEBUG_NTLMSSP */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif