../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic]

svn path=/trunk/; revision=53856
This commit is contained in:
Anders Broman 2013-12-08 15:14:32 +00:00
parent 4f446fe2eb
commit b7d62057f3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ typedef enum {
AT_IEEE_802_15_4_SHORT,/* IEEE 802.15.4 16-bit short address */
/* (the long addresses are EUI-64's */
AT_J1939, /* J1939 */
AT_DEVICENET, /* DeviceNet */
AT_DEVICENET /* DeviceNet */
} address_type;
typedef struct _address {