Skip to content

Commit

Permalink
liblzma: Fix incorrect macro name in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Dec 8, 2024
1 parent 36b5310 commit 5e5a790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liblzma/api/lzma/lzma12.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ typedef struct {
*
* ext_size_low holds the least significant 32 bits of the
* uncompressed size. The most significant 32 bits must be set
* in ext_size_high. The macro lzma_ext_size_set(opt_lzma, u64size)
* in ext_size_high. The macro lzma_set_ext_size(opt_lzma, u64size)
* can be used to set these members.
*
* The 64-bit uncompressed size is split into two uint32_t variables
Expand Down

0 comments on commit 5e5a790

Please sign in to comment.