ctfc: remove redundant comma in enumerator list
This also helps get rid of warning ctfc.h:215:18: warning: comma at end of enumerator list [-Wpedantic] CTF_DTU_D_SLICE, gcc/ChangeLog: * ctfc.h (enum ctf_dtu_d_union_enum): Remove redundant comma.
This commit is contained in:
parent
1456bd4720
commit
90582eb6c5
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ enum ctf_dtu_d_union_enum {
|
|||
CTF_DTU_D_ARRAY,
|
||||
CTF_DTU_D_ENCODING,
|
||||
CTF_DTU_D_ARGUMENTS,
|
||||
CTF_DTU_D_SLICE,
|
||||
CTF_DTU_D_SLICE
|
||||
};
|
||||
|
||||
enum ctf_dtu_d_union_enum
|
||||
|
|
Loading…
Add table
Reference in a new issue