mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Fix a comment API header.
This commit is contained in:
parent
748d6e4274
commit
7d516f5129
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ extern const lzma_match_finder *const lzma_available_match_finders;
|
|||
/**
|
||||
* \brief Table of presets for the LZMA filter
|
||||
*
|
||||
* lzma_presets[0] is the fastest and lzma_preset_lzma[8] is the slowest.
|
||||
* lzma_preset_lzma[0] is the fastest and lzma_preset_lzma[8] is the slowest.
|
||||
* These presets match the switches -1 .. -9 of the lzma command line tool
|
||||
*
|
||||
* The preset values are subject to changes between liblzma versions.
|
||||
|
|
Loading…
Reference in a new issue