Remove last comma from enums

This commit is contained in:
dbalatoni13 2025-04-01 05:14:15 +02:00
parent 274f68087b
commit 43e3e7cca4
12 changed files with 98 additions and 101 deletions

View file

@ -89,7 +89,7 @@ typedef enum _GXTlutSize
GX_TLUT_2K = 128,
GX_TLUT_4K = 256,
GX_TLUT_8K = 512,
GX_TLUT_16K = 1024,
GX_TLUT_16K = 1024
} GXTlutSize;
typedef struct _GXVtxAttrFmtList {