Pad Warning Fix

This commit is contained in:
inspectredc
2024-12-01 15:59:23 -06:00
committed by Lywx
parent e466f58b2c
commit 4bbd836d63
+1 -1
View File
@@ -906,7 +906,7 @@ void Companion::ProcessFile(YAML::Node root) {
} else {
stream << "\n";
}
} else if(gap > 0x10) {
} else if(gap >= 0x10) {
stream << "// WARNING: Gap detected between 0x" << std::hex << startptr << " and 0x" << end << " with size 0x" << gap << "\n";
}
}