remove trailing comma
This commit is contained in:
parent
03550bbf41
commit
6363bd3f33
|
@ -167,7 +167,7 @@ enum pic_tt {
|
|||
PIC_TT_RECORD,
|
||||
PIC_TT_CXT,
|
||||
PIC_TT_IREP,
|
||||
PIC_TT_CP,
|
||||
PIC_TT_CP
|
||||
};
|
||||
|
||||
#define PIC_OBJECT_HEADER \
|
||||
|
|
Loading…
Reference in New Issue