aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-02-11 02:45:58 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-02-11 02:45:58 +0000
commit231d2484d38402a9dc83a61b2a975c54e3f6d6ac (patch)
treeef54c532ab54e518dda3188efec96cf5207fd905
parent9a7d53edd0444cf052a14c5bc1229f1b440f2002 (diff)
Use C89-style comment rather than C++/C99-style comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40965 f5534014-38df-0310-8fa8-9805f1628bb7
-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