Fixed a bunch of messy over 80 char lines

This commit is contained in:
2026-05-04 08:29:43 -05:00
parent 6d9e2dd3e1
commit 0e94c1fa6d
54 changed files with 273 additions and 841 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ errorret_t assetInitPBP(const char_t *pbpPath) {
errorThrow("Failed to seek to PSAR offset in PBP file: %s", pbpPath);
}
zip_uint64_t zipPsarOffset = (zip_uint64_t)ASSET.platform.pbpHeader.psarOffset;
zip_uint64_t zipPsarOffset = (zip_uint64_t)(
ASSET.platform.pbpHeader.psarOffset
);
zip_int64_t zipPsarSize = (zip_int64_t)(
pbpSize - ASSET.platform.pbpHeader.psarOffset
);