Remove trailing ";" in struct ieee80211_beacon_offsets declaration

Found by:	phk's FlexeLint in September
Reviewed by:	rpaulo@
MFC after:	1 month
This commit is contained in:
Antoine Brodin 2009-11-11 15:00:56 +00:00
parent b181440e36
commit d673ae81ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199187

View File

@ -315,7 +315,7 @@ struct ieee80211_beacon_offsets {
uint8_t *bo_ath; /* start of ATH parameters */
uint8_t *bo_appie; /* start of AppIE element */
uint16_t bo_appie_len; /* AppIE length in bytes */
uint16_t bo_csa_trailer_len;;
uint16_t bo_csa_trailer_len;
uint8_t *bo_csa; /* start of CSA element */
uint8_t *bo_meshconf; /* start of MESHCONF element */
uint8_t *bo_spare[3];