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 374ee85..5776ae5 100644
--- a/src/Companion.cpp
+++ b/src/Companion.cpp
@@ -865,7 +865,7 @@ void Companion::ProcessFile(YAML::Node root) {
if(this->IsDebug()){
stream << "// 0x" << std::hex << std::uppercase << startptr << "\n";
}
- stream << "char pad_" << padfile << "_" << std::to_string(gCurrentPad++) << "[] = {\n" << tab;
+ stream << "char pad_" << padfile << "_" << std::to_string(gCurrentPad++) << "[] = {\n" << tab_t;
auto gapSize = gap & ~3;
for(size_t j = 0; j < gapSize; j++){
stream << "0x00, ";