diff options
| -rw-r--r-- | src/Companion.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index f3b782f..0dcecc8 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -912,8 +912,9 @@ void Companion::Process() { } file.close(); - this->gHashNode[this->gCurrentFile]["extracted"][ExportTypeToString(this->gConfig.exporterType)] = true; } + + this->gHashNode[this->gCurrentFile]["extracted"][ExportTypeToString(this->gConfig.exporterType)] = true; } if(wrapper != nullptr) { |
