aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-02-11 01:38:58 +0000
committerBill Meier <wmeier@newsguy.com>2009-02-11 01:38:58 +0000
commit9c8570017f645f6c327c5d2570bfb8e4b7c8d7d3 (patch)
tree1e0601b9722999655c45f41ceebbb490ac3efa9e /epan
parentbfce5dac33c15c10cd6b6ce848fbafc90abc2c61 (diff)
Fix for compiler error: " /* within comment "
svn path=/trunk/; revision=27419
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 0a36d6dcc9..6e7e715c17 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -208,7 +208,7 @@ static const value_string gtpv2_element_type_vals[] = {
{139, "Change Reporting Action"}, /* Extendable / 8.69 */
{140, "Cause including an embedded offending IE"}, /* Extendable / 8.4 */
{141, "PDN Connection Set Identifier (CSID)"}, /* Extendable / 8.70 */
- /* 142-254 Spare."}, /* For future use. FFS */
+ /* 142-254 "Spare."}, */ /* For future use. FFS */
{255, "Private"}, /* Extension Extendable / 8.71 */
{0, NULL}
};