mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed missing type
This commit is contained in:
+1
-1
@@ -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, ";
|
||||
|
||||
Reference in New Issue
Block a user