Fix clang warning: comma at end of enumerator list

svn path=/trunk/; revision=51471
This commit is contained in:
Chris Maynard 2013-08-22 17:03:19 +00:00
parent 5f35d91ace
commit cc2a6a47a9
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ typedef enum
BE_LCLS_CORR_NOT_NEEDED, /* LCLS-Correlation-Not-Needed 3.2.2.118 */
BE_LCLS_BSS_STATUS, /* LCLS-BSS-Status 3.2.2.119 */
BE_LCLS_BREAK_REQ, /* LCLS-Break-Request 3.2.2.120 */
BE_CSFB_IND, /* CSFB Indication 3.2.2.121 */
BE_CSFB_IND /* CSFB Indication 3.2.2.121 */
}
bssmap_elem_idx_t;