mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-01-01 05:31:57 +00:00
Fix typo in lzsa tool
This commit is contained in:
parent
8c3fc6d652
commit
2451d5802e
@ -106,7 +106,7 @@ static int lzsa_compress(const char *pszInFilename, const char *pszOutFilename,
|
|||||||
fprintf(stderr, "out of memory\n");
|
fprintf(stderr, "out of memory\n");
|
||||||
return 100;
|
return 100;
|
||||||
}
|
}
|
||||||
memset(pInData, 0, BLOCK_SIZE);
|
memset(pOutData, 0, BLOCK_SIZE);
|
||||||
|
|
||||||
nResult = lzsa_compressor_init(&compressor, BLOCK_SIZE * 2);
|
nResult = lzsa_compressor_init(&compressor, BLOCK_SIZE * 2);
|
||||||
if (nResult != 0) {
|
if (nResult != 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user