summaryrefslogtreecommitdiff
path: root/src/Companion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Companion.cpp')
-rw-r--r--src/Companion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp
index 0589c84..7461dc6 100644
--- a/src/Companion.cpp
+++ b/src/Companion.cpp
@@ -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";
}
}