Remove comma after last element of enum

svn path=/trunk/; revision=9934
This commit is contained in:
Jörg Mayer 2004-02-01 04:20:10 +00:00
parent 4dc66956d2
commit 0f97dff9de
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* packet-radiotap.c
* Decode packets with a Radiotap header
*
* $Id: packet-radiotap.c,v 1.1 2004/01/31 04:40:09 guy Exp $
* $Id: packet-radiotap.c,v 1.2 2004/02/01 04:20:10 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -72,7 +72,7 @@ enum ieee80211_radiotap_type {
IEEE80211_RADIOTAP_ANTENNA = 11,
IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
IEEE80211_RADIOTAP_EXT = 31,
IEEE80211_RADIOTAP_EXT = 31
};
/* Channel flags. */