aboutsummaryrefslogtreecommitdiff
path: root/src/lzma/args.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-09-13 12:10:43 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-09-13 12:10:43 +0300
commit13a74b78e37f16c9096ba5fe1859cc04eaa2f9f7 (patch)
treeaa9c137d41bd5d39fa8835cc77cf325ff13a7e7c /src/lzma/args.c
parentImproved the Stream Flags handling API. (diff)
downloadxz-13a74b78e37f16c9096ba5fe1859cc04eaa2f9f7.tar.xz
Renamed constants:
- LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR
Diffstat (limited to 'src/lzma/args.c')
-rw-r--r--src/lzma/args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzma/args.c b/src/lzma/args.c
index 70c3978e..2ddb93ed 100644
--- a/src/lzma/args.c
+++ b/src/lzma/args.c
@@ -461,7 +461,7 @@ set_compression_settings(void)
}
// Terminate the filter options array.
- opt_filters[filter_count].id = LZMA_VLI_VALUE_UNKNOWN;
+ opt_filters[filter_count].id = LZMA_VLI_UNKNOWN;
// If we are using the LZMA_Alone format, allow exactly one filter
// which has to be LZMA.