Fix a typo in lzma_encoder.c.
This commit is contained in:
parent
9f9b198301
commit
19bd7f3cf2
|
@ -101,7 +101,7 @@ do { \
|
||||||
|
|
||||||
/// \brief Updates price table of the length encoder
|
/// \brief Updates price table of the length encoder
|
||||||
///
|
///
|
||||||
/// All all the other prices in LZMA, these are used by lzma_get_optimum().
|
/// Like all the other prices in LZMA, these are used by lzma_get_optimum().
|
||||||
///
|
///
|
||||||
extern void
|
extern void
|
||||||
lzma_length_encoder_update_table(lzma_length_encoder *lencoder,
|
lzma_length_encoder_update_table(lzma_length_encoder *lencoder,
|
||||||
|
|
Loading…
Reference in New Issue