Remove last comma from enums
This commit is contained in:
parent
274f68087b
commit
43e3e7cca4
12 changed files with 98 additions and 101 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
enum {
|
||||
MAPOBJ_MELON = 0,
|
||||
MAPOBJ_MAX,
|
||||
MAPOBJ_MAX
|
||||
};
|
||||
|
||||
typedef struct w10_board_work {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue