aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-01 01:23:10 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-01 01:23:10 +0000
commitfc939751370c63913f0b7b3f0f3ce0450d398f33 (patch)
tree4319b9cdeab6a12773ace6a61f6872c6ce46987c /epan/dissectors/packet-ieee80211.c
parent94bec84cd11365b15ad6513dbac3fdce809867ed (diff)
Remove comma at the end of several enumerator lists.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39700 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 0c80e5bec6..c3f9ef476f 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -6160,15 +6160,15 @@ dissect_vendor_ie_marvell(proto_item * item _U_, proto_tree * ietree,
typedef enum {
ATHEROS_IE_ADVCAP = 1,
- ATHEROS_IE_XR = 3,
+ ATHEROS_IE_XR = 3
} atheros_ie_type_t;
typedef enum {
- ATHEROS_IE_ADVCAP_S = 1,
+ ATHEROS_IE_ADVCAP_S = 1
} atheros_ie_advcap_subtype_t;
typedef enum {
- ATHEROS_IE_XR_S = 1,
+ ATHEROS_IE_XR_S = 1
} atheros_ie_xr_subtype_t;
typedef enum {