aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-08-13 14:57:21 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-08-13 14:57:21 +0000
commita904b55928355a177c35483209d9337975617b88 (patch)
tree4e3185d42451fe02eb9e1ecc2fe549dd9fe6bddd
parent0095dc38f362cc5500309de0dc3e9dcf8147e512 (diff)
Removed a C++ style comment.
svn path=/trunk/; revision=26004
-rw-r--r--epan/dissectors/packet-rtps2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtps2.c b/epan/dissectors/packet-rtps2.c
index 4b18aba940..89cffa2ee1 100644
--- a/epan/dissectors/packet-rtps2.c
+++ b/epan/dissectors/packet-rtps2.c
@@ -827,7 +827,7 @@ static gboolean dissect_rtps(tvbuff_t *, packet_info *, proto_tree *);
/***************************************************************************/
/* Global variables controlled by Wireshark preference panel */
/***************************************************************************/
-//static gboolean glob_do_something = TRUE;
+/* static gboolean glob_do_something = TRUE; */
static guint rtps_max_batch_samples_dissected = 16;
static void reinit_rtps(void) {