diff --git a/src/core/file_format/pkg.cpp b/src/core/file_format/pkg.cpp index 13e5e88b1..4ce7a1af4 100644 --- a/src/core/file_format/pkg.cpp +++ b/src/core/file_format/pkg.cpp @@ -258,8 +258,7 @@ bool PKG::Extract(const std::filesystem::path& filepath, const std::filesystem:: // Retrieve PFSC from decrypted pfs_image. pfsc_offset = GetPFSCOffset(pfs_decrypted); - if (pfsc_offset == (u32)-1) - { + if (pfsc_offset == (u32)-1) { failreason = "Could not retrieve PFSC from decrypted pfs_image"; return false; }