diff --git a/source/libs/tdb/src/page/tdbPage.c b/source/libs/tdb/src/page/tdbPage.c index 1ce0c72e64324701ce56939cde0dc8c6b3ddc429..4ec3a895e7dfa99ae33e64701ce560b3a6b288b4 100644 --- a/source/libs/tdb/src/page/tdbPage.c +++ b/source/libs/tdb/src/page/tdbPage.c @@ -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);