aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls-echo.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2012-03-15 07:40:08 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2012-03-15 07:40:08 +0000
commit49009428ca87e5f0e666e38e9756ceec448990f6 (patch)
tree72d14f9132bb4ab92d8223cc187e1ec3d912acd6 /epan/dissectors/packet-mpls-echo.c
parent09b002ef2a5fba9d5a3c62cdc95a4547b62dda85 (diff)
Fixed error: "/*" within comment
svn path=/trunk/; revision=41555
Diffstat (limited to 'epan/dissectors/packet-mpls-echo.c')
-rw-r--r--epan/dissectors/packet-mpls-echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpls-echo.c b/epan/dissectors/packet-mpls-echo.c
index c0c2c187a4..c2776e82c9 100644
--- a/epan/dissectors/packet-mpls-echo.c
+++ b/epan/dissectors/packet-mpls-echo.c
@@ -196,7 +196,7 @@ static const value_string mpls_echo_returncode[] = {
{12, "Protocol not associated with interface at FEC stack depth RSC"},
{13, "Premature termination, label stack shrinking to a single label"},
{14, "See DDM TLV for meaning of Return Code and Return SubCode"}, /*[RFC6424] */
- {15, "Label switched with FEC change"}, /*[RFC6424]
+ {15, "Label switched with FEC change"}, /*[RFC6424] */
/* 16-251 Unassigned */
/* 252-255 Reserved for Vendor private use [RFC4379 */
{0, NULL}