fix some format comments

This commit is contained in:
Martin Michelsen
2022-10-24 19:29:03 -07:00
parent c9e5d1f677
commit 9140b04ca6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ struct PSOGCIFileHeader {
// the encrypted header (below) and all encrypted data after it.
be_uint32_t data_size;
// To compute checksum, set checksum to zero, then compute the CRC32 of all
// fields in this struct except gci_header. (Yes, including the checksum
// fields in this struct starting with game_name. (Yes, including the checksum
// field, which is temporarily zero.)
be_uint32_t checksum;