mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Minor edits to lzma_block header_size documentation.
This commit is contained in:
parent
115b720fb5
commit
504cf4af89
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,7 @@ typedef struct {
|
|||
uint32_t version;
|
||||
|
||||
/**
|
||||
* \brief Size of the Block Header field
|
||||
* \brief Size of the Block Header field in bytes
|
||||
*
|
||||
* This is always a multiple of four.
|
||||
*
|
||||
|
@ -78,6 +78,7 @@ typedef struct {
|
|||
* Written by:
|
||||
* - lzma_block_header_size()
|
||||
* - lzma_block_buffer_encode()
|
||||
* - lzma_block_uncomp_encode()
|
||||
*/
|
||||
uint32_t header_size;
|
||||
# define LZMA_BLOCK_HEADER_SIZE_MIN 8
|
||||
|
|
Loading…
Reference in a new issue