remove redundant semicolon

This commit is contained in:
Yuichi Nishiwaki 2014-09-26 14:35:05 +09:00
parent 96d31446bd
commit 44133ce693
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ typedef struct {
} pic_data_type;
struct pic_data {
PIC_OBJECT_HEADER;
PIC_OBJECT_HEADER
const pic_data_type *type;
xhash storage; /* const char * to pic_value table */
void *data;