mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Fix typo in comment.
This commit is contained in:
@@ -14,9 +14,9 @@ typedef struct MetadataBlockHeader
|
|||||||
uint32_t identifier;
|
uint32_t identifier;
|
||||||
/**Size in uint8_ts of this whole metadata block */
|
/**Size in uint8_ts of this whole metadata block */
|
||||||
uint32_t blockSize;
|
uint32_t blockSize;
|
||||||
/**Sequence of media set this media beint64_ts to */
|
/**Sequence of media set this media belongs to */
|
||||||
int32_t mediaSequence;
|
int32_t mediaSequence;
|
||||||
/**Total number of media on the media set this media beint64_ts to */
|
/**Total number of media on the media set this media belongs to */
|
||||||
int32_t lastMediaSequence;
|
int32_t lastMediaSequence;
|
||||||
/**Offset to start of creator string from start of this block */
|
/**Offset to start of creator string from start of this block */
|
||||||
uint32_t creatorOffset;
|
uint32_t creatorOffset;
|
||||||
|
|||||||
@@ -27,9 +27,9 @@ typedef struct MetadataBlockHeader {
|
|||||||
uint32_t identifier;
|
uint32_t identifier;
|
||||||
/**Size in uint8_ts of this whole metadata block */
|
/**Size in uint8_ts of this whole metadata block */
|
||||||
uint32_t blockSize;
|
uint32_t blockSize;
|
||||||
/**Sequence of media set this media beint64_ts to */
|
/**Sequence of media set this media belongs to */
|
||||||
int32_t mediaSequence;
|
int32_t mediaSequence;
|
||||||
/**Total number of media on the media set this media beint64_ts to */
|
/**Total number of media on the media set this media belongs to */
|
||||||
int32_t lastMediaSequence;
|
int32_t lastMediaSequence;
|
||||||
/**Offset to start of creator string from start of this block */
|
/**Offset to start of creator string from start of this block */
|
||||||
uint32_t creatorOffset;
|
uint32_t creatorOffset;
|
||||||
|
|||||||
Reference in New Issue
Block a user