Get rid of ../../epan/address.h:65:19: warning: comma at end of enumerator list [-pedantic]

svn path=/trunk/; revision=45102
This commit is contained in:
Anders Broman 2012-09-24 15:08:46 +00:00
parent 0bbd6d4616
commit d424f3949a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ typedef enum {
typedef enum {
AT_SUB_NONE, /* no sub type */
AT_SUB_IEEE80211, /* 802.11 */
AT_SUB_IEEE80211 /* 802.11 */
} address_stype;
typedef struct _address {