make compile

This commit is contained in:
Hongze Cheng 2022-03-30 06:50:59 +00:00
parent f2eeb41cad
commit 953d325ac3
1 changed files with 6 additions and 6 deletions

View File

@ -58,9 +58,9 @@ typedef struct {
typedef struct {
int kLen;
u8 *pKey;
const u8 *pKey;
int vLen;
u8 *pVal;
const u8 *pVal;
SPgno pgno;
u8 *pBuf;
} SCellDecoder;