Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Deterous authored Dec 17, 2024
1 parent a320ec6 commit f704110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SabreTools.Serialization/Deserializers/AppPkgHeader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class AppPkgHeader : BaseBinaryDeserializer<Models.PlayStation4.AppPkgHea
appPkgHeader.Zeroes3 = data.ReadBytes(0xB50);
appPkgHeader.PKGSHA256 = data.ReadBytes(0x20);

return header;
return appPkgHeader;
}
catch
{
Expand Down

0 comments on commit f704110

Please sign in to comment.