remove trailing comma

This commit is contained in:
Yuichi Nishiwaki 2015-07-13 09:15:51 +09:00
parent 03550bbf41
commit 6363bd3f33
1 changed files with 1 additions and 1 deletions

View File

@ -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 \