address(.h): fix commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]

Change-Id: Ibfc95e085b2712f7a71f6559ae205de87aab12f6
Reviewed-on: https://code.wireshark.org/review/24365
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-11-11 16:25:16 +01:00 committed by Anders Broman
parent 2092b66a0b
commit 499ae4ab57
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ typedef enum {
CT_ISUP, /* ISDN User Part CIC */
CT_IAX2, /* IAX2 call id */
CT_H223, /* H.223 logical channel number */
CT_BICC, /* BICC Circuit identifier */
CT_BICC /* BICC Circuit identifier */
/* Could also have ATM VPI/VCI pairs */
} circuit_type;