fix erroneous const declaration
This commit is contained in:
parent
b31fe84427
commit
e08d89e5d6
1 changed files with 1 additions and 1 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue