Skip to content

Commit

Permalink
FIx typo in mz_zip_file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaslab authored and nmoinvaz committed Nov 11, 2024
1 parent 3bced61 commit 34111e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mz_zip_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Zip entry information structure. The _mz_zip_file_ structure is populated when r
|uint32_t|disk_number|Starting disk number|4.4.13|
|int64_t|disk_offset|Starting disk offset|4.4.16|
|uint16_t|internal_fa|Internal file attributes|4.4.14|
|uint16_t|external_fa|External file attributes|4.4.15|
|uint32_t|external_fa|External file attributes|4.4.15|
|const char *|filename|Filename UTF-8 null-terminated string|4.4.17|
|const uint8_t *|extrafield|Extrafield buffer array|4.4.28|
|const char *|comment|Comment UTF-8 null-terminated string|4.4.18|
Expand Down

0 comments on commit 34111e2

Please sign in to comment.