diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-05-26 10:30:20 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-05-26 10:30:20 +0300 |
commit | 019ae27c24d0c694545a6a46f8b9fb552198b015 (patch) | |
tree | 25bc53498768bc755ddfa68217394fb21232464b /debug | |
parent | Remove references to Subblock filter in debug/sync_flush.c. (diff) | |
download | xz-019ae27c24d0c694545a6a46f8b9fb552198b015.tar.xz |
Fix compilation of debug/known_sizes.c.
Diffstat (limited to '')
-rw-r--r-- | debug/known_sizes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/known_sizes.c b/debug/known_sizes.c index cdee26df..6c3641f8 100644 --- a/debug/known_sizes.c +++ b/debug/known_sizes.c @@ -87,7 +87,7 @@ main(void) != LZMA_OK) return 1; - lzma_index *idx = lzma_index_init(NULL, NULL); + lzma_index *idx = lzma_index_init(NULL); if (idx == NULL) return 1; |