diff --git a/src/stasis/page/slotted.c b/src/stasis/page/slotted.c index 99dc6fd..803bc26 100644 --- a/src/stasis/page/slotted.c +++ b/src/stasis/page/slotted.c @@ -17,7 +17,7 @@ are defined at compile time then this method will be more thorough and more expensive. */ -static inline void slottedFsck(const Page const * page) { +static inline void slottedFsck(const Page * page) { const short page_type = page->pageType; assert(page_type == SLOTTED_PAGE || page_type == BOUNDARY_TAG_PAGE ||