summaryrefslogtreecommitdiffhomepage
path: root/tooling
diff options
context:
space:
mode:
Diffstat (limited to 'tooling')
-rw-r--r--tooling/mkfs.hefs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/mkfs.hefs.cc b/tooling/mkfs.hefs.cc
index 4d7225fe..f19f1571 100644
--- a/tooling/mkfs.hefs.cc
+++ b/tooling/mkfs.hefs.cc
@@ -96,7 +96,7 @@ int main(int argc, char** argv) {
bootNode.sectorSize = kSectorSize;
bootNode.startIND = start_ind;
bootNode.endIND = end_ind;
- bootNode.indCount = 0UL;
+ bootNode.indCount = 0UL;
bootNode.diskStatus = mkfs::hefs::kHeFSStatusUnlocked;
std::memcpy(bootNode.magic, kHeFSMagic, kHeFSMagicLen - 1);