aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mrcpv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mrcpv2.c')
-rw-r--r--epan/dissectors/packet-mrcpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mrcpv2.c b/epan/dissectors/packet-mrcpv2.c
index dfe9f224eb..17a326b885 100644
--- a/epan/dissectors/packet-mrcpv2.c
+++ b/epan/dissectors/packet-mrcpv2.c
@@ -380,7 +380,7 @@ static gint ett_Event_Line = -1;
static gint ett_Status_Code = -1;
/* format status code description */
-static const string_string status_code_vals[] = {
+static const string_string status_code_vals[] = {
{ "200", "Success" },
{ "201", "Success with some optional header fields ignored" },
{ "401", "Client Failure: Method not allowed" },