aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-05 00:13:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-05 00:13:38 +0000
commit6667616bfa37907bbe0d819b30b76fd4c58afe97 (patch)
treebd0d0ee4d35448c0084c0cd19329e0b642bf4eda
parente6f1a7bb45e48d30b84d3ab49f7d9cf2e56fa9c8 (diff)
Fix typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29300 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--plugins/wimax/msg_dsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_dsc.c b/plugins/wimax/msg_dsc.c
index f80839c7c4..9f422c88fd 100644
--- a/plugins/wimax/msg_dsc.c
+++ b/plugins/wimax/msg_dsc.c
@@ -50,7 +50,7 @@ static gint ett_mac_mgmt_msg_dsc_rsp_decoder = -1;
static gint ett_mac_mgmt_msg_dsc_ack_decoder = -1;
static const value_string vals_dsc_msgs[] = {
- { MAC_MGMT_MSG_DSC_REQ, "Dynamic Service Change Request (DSC-REQ) }",
+ { MAC_MGMT_MSG_DSC_REQ, "Dynamic Service Change Request (DSC-REQ)" },
{ MAC_MGMT_MSG_DSC_RSP, "Dynamic Service Change Response (DSC-RSP)" },
{ MAC_MGMT_MSG_DSC_ACK, "Dynamic Service Change Acknowledge (DSC-ACK)" },
{ 0, NULL }