From 13a74b78e37f16c9096ba5fe1859cc04eaa2f9f7 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 13 Sep 2008 12:10:43 +0300 Subject: Renamed constants: - LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR --- src/liblzma/api/lzma/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblzma/api/lzma/index.h') diff --git a/src/liblzma/api/lzma/index.h b/src/liblzma/api/lzma/index.h index 44be10b1..522969d4 100644 --- a/src/liblzma/api/lzma/index.h +++ b/src/liblzma/api/lzma/index.h @@ -82,7 +82,7 @@ extern void lzma_index_end(lzma_index *i, lzma_allocator *allocator); * \param index Pointer to a lzma_index structure * \param total_size Total Size of a Block * \param uncompressed_size Uncompressed Size of a Block, or - * LZMA_VLI_VALUE_UNKNOWN to indicate padding. + * LZMA_VLI_UNKNOWN to indicate padding. * * Appending a new Record does not affect the read position. * -- cgit v1.2.3