diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-07 09:40:31 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-07 09:40:31 +0300 |
commit | 1e8e4fd1f3e50129b4541406ad765d2aa1233943 (patch) | |
tree | c2c952fb207b48effd8585436d3c83c7a475a22d /src/lzma/args.h | |
parent | Removed fi from po/LINGUAS. (diff) | |
download | xz-1e8e4fd1f3e50129b4541406ad765d2aa1233943.tar.xz |
Made the preset numbering more logical in liblzma API.
Diffstat (limited to '')
-rw-r--r-- | src/lzma/args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzma/args.h b/src/lzma/args.h index 587b280f..8d9cd306 100644 --- a/src/lzma/args.h +++ b/src/lzma/args.h @@ -55,7 +55,7 @@ extern enum tool_mode opt_mode; extern enum format_type opt_format; extern lzma_check opt_check; -extern lzma_filter opt_filters[8]; +extern lzma_filter opt_filters[LZMA_BLOCK_FILTERS_MAX + 1]; extern const char *stdin_filename; |