remove trailing comma

This commit is contained in:
Yuichi Nishiwaki 2015-01-26 23:06:52 +09:00
parent 9968b15264
commit c1d4ea9d00
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ typedef pic_value (*pic_reader_t)(pic_state *, struct pic_port *port, int c);
struct pic_reader {
enum pic_typecase {
PIC_CASE_DEFAULT,
PIC_CASE_FOLD,
PIC_CASE_FOLD
} typecase;
xhash labels;
pic_reader_t table[256];