Remove erroneous else statement

This commit is contained in:
Emmanuel Marty 2019-09-26 19:13:09 +02:00 committed by GitHub
parent 6a62f7d795
commit 29c6f3b2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,9 +88,6 @@ int lzsa_compressor_init(lzsa_compressor *pCompressor, const int nMaxWindowSize,
if (pCompressor->best_match) {
return 0;
}
else {
return 0;
}
}
}
}