remove redundant semicolon
This commit is contained in:
parent
96d31446bd
commit
44133ce693
|
@ -16,7 +16,7 @@ typedef struct {
|
||||||
} pic_data_type;
|
} pic_data_type;
|
||||||
|
|
||||||
struct pic_data {
|
struct pic_data {
|
||||||
PIC_OBJECT_HEADER;
|
PIC_OBJECT_HEADER
|
||||||
const pic_data_type *type;
|
const pic_data_type *type;
|
||||||
xhash storage; /* const char * to pic_value table */
|
xhash storage; /* const char * to pic_value table */
|
||||||
void *data;
|
void *data;
|
||||||
|
|
Loading…
Reference in New Issue