Remove last comma from enums
This commit is contained in:
parent
274f68087b
commit
43e3e7cca4
12 changed files with 98 additions and 101 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
typedef enum {
|
||||
DMTF_POINTSAMPLE,
|
||||
DMTF_BILERP,
|
||||
DMTF_BILERP
|
||||
} DMTexFlt;
|
||||
|
||||
typedef enum { DM_FT_OPQ, DM_FT_RVS, DM_FT_XLU } DMFontType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue