diff --git a/source/libs/tdb/src/inc/tdbPage.h b/source/libs/tdb/src/inc/tdbPage.h index 322f2448bb..be9e7d205a 100644 --- a/source/libs/tdb/src/inc/tdbPage.h +++ b/source/libs/tdb/src/inc/tdbPage.h @@ -38,8 +38,9 @@ typedef struct __attribute__((__packed__)) { u8 cellCont[3]; u8 freeCell[3]; u8 nFree[3]; -} SPageHdrL; +} SLPageHdr; +// Page footer typedef struct __attribute__((__packed__)) { u8 cksm[4]; } SPageFtr;