提交 43f03d9e 编写于 作者: H Hongze Cheng

fix compile error

上级 3111fad1
......@@ -132,7 +132,7 @@ typedef struct {
SRBTree rbt;
} SMergeTree;
static FORCE_INLINE tLDataIterCmprFn(const void *p1, const void *p2) {
static FORCE_INLINE int32_t tLDataIterCmprFn(const void *p1, const void *p2) {
SLDataIter *pIter1 = (SLDataIter *)p1;
SLDataIter *pIter2 = (SLDataIter *)p2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册