Qt (manage interface): fix warning: comma at end of enumerator list [-Wpedantic]

Change-Id: I728a50e47fd0d8eea77bc1cdebe2a155184ea953
Reviewed-on: https://code.wireshark.org/review/4456
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-10-04 17:21:53 +02:00 committed by Anders Broman
parent acc19b7679
commit 75727dca26
1 changed files with 2 additions and 2 deletions

View File

@ -65,13 +65,13 @@ enum
col_l_show_,
col_l_friendly_name_,
col_l_local_name_,
col_l_comment_,
col_l_comment_
};
enum
{
col_r_show_,
col_r_host_dev_,
col_r_host_dev_
};
enum {