提交 4ace5bef 编写于 作者: H Haojun Liao

fix(query): fix syntax error.

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