Fix compilation of debug/known_sizes.c.

This commit is contained in:
Lasse Collin 2010-05-26 10:30:20 +03:00
parent 98a4856a6e
commit 019ae27c24
1 changed files with 1 additions and 1 deletions

View File

@ -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;