remove trailing comma
This commit is contained in:
parent
9968b15264
commit
c1d4ea9d00
|
@ -14,7 +14,7 @@ typedef pic_value (*pic_reader_t)(pic_state *, struct pic_port *port, int c);
|
||||||
struct pic_reader {
|
struct pic_reader {
|
||||||
enum pic_typecase {
|
enum pic_typecase {
|
||||||
PIC_CASE_DEFAULT,
|
PIC_CASE_DEFAULT,
|
||||||
PIC_CASE_FOLD,
|
PIC_CASE_FOLD
|
||||||
} typecase;
|
} typecase;
|
||||||
xhash labels;
|
xhash labels;
|
||||||
pic_reader_t table[256];
|
pic_reader_t table[256];
|
||||||
|
|
Loading…
Reference in New Issue