fix(query): fix syntax error.
This commit is contained in:
parent
b159d3cdf5
commit
4ace5bef9c
|
@ -51,7 +51,7 @@ struct SRBTreeNode {
|
|||
SRBTreeNode *parent;
|
||||
SRBTreeNode *left;
|
||||
SRBTreeNode *right;
|
||||
uint8_t payload[];
|
||||
uint8_t payload[0];
|
||||
};
|
||||
|
||||
struct SRBTree {
|
||||
|
|
Loading…
Reference in New Issue