GSM (a_common): fix comma at end of enumerator list [-Wpedantic]

Change-Id: I0ea06451861412b642d033a70e0a639aae753beb
Reviewed-on: https://code.wireshark.org/review/9926
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-08-08 16:46:45 +02:00 committed by Michael Mann
parent f6fb63005d
commit 524db99e30
1 changed files with 1 additions and 1 deletions

View File

@ -3571,7 +3571,7 @@ typedef enum
{
IEI_COLUMN,
MSG_NAME_COLUMN,
COUNT_COLUMN,
COUNT_COLUMN
} gsm_a_stat_columns;
static stat_tap_table_item gsm_a_stat_fields[] = {