diff --git a/src/ox/fs/filestore.hpp b/src/ox/fs/filestore.hpp index e6b160b79..41cf65331 100644 --- a/src/ox/fs/filestore.hpp +++ b/src/ox/fs/filestore.hpp @@ -30,9 +30,9 @@ class FileStore { struct Inode { // the next Inode in memory FsSize_t next; - FsSize_t dataLen; // The following variables should not be assumed to exist + FsSize_t dataLen; InodeId_t m_id; uint8_t refs; FsSize_t left, right;