From f7d136bbc455c5e4359ff05c7b5620253ea0e908 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 30 Jun 2016 00:05:20 -0500 Subject: [PATCH] Cleanup. --- src/ox/fs/filestore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;