fix more review comments

This commit is contained in:
B3n30 2020-03-15 19:00:26 +01:00
parent 2465fd423a
commit 1d92343344
3 changed files with 8 additions and 5 deletions

View file

@ -396,7 +396,7 @@ InstallStatus InstallCIA(const std::string& path,
}
bool executable = false;
auto res = loader->IsExecutable(executable);
const auto res = loader->IsExecutable(executable);
if (res == Loader::ResultStatus::ErrorEncrypted) {
return false;
}