This commit is contained in:
Hongze Cheng 2022-03-18 09:56:44 +00:00
parent fae3f1d7c9
commit 1c0d55b27f
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ extern SPageMethods pageMethods;
extern SPageMethods pageLargeMethods;
typedef struct __attribute__((__packed__)) {
u16 szCell[2];
u16 nxOffset[2];
u16 szCell;
u16 nxOffset;
} SFreeCell;
static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell);