提交 b159d3cd 编写于 作者: H Haojun Liao

fix(query): fix syntax error on windows platform

上级 86348e74
...@@ -51,7 +51,7 @@ struct SRBTreeNode { ...@@ -51,7 +51,7 @@ struct SRBTreeNode {
SRBTreeNode *parent; SRBTreeNode *parent;
SRBTreeNode *left; SRBTreeNode *left;
SRBTreeNode *right; SRBTreeNode *right;
uint8_t payload[0]; uint8_t payload[];
}; };
struct SRBTree { struct SRBTree {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册