mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-08-07 12:25:09 +00:00
Remove erroneous else statement
This commit is contained in:
@@ -88,9 +88,6 @@ int lzsa_compressor_init(lzsa_compressor *pCompressor, const int nMaxWindowSize,
|
||||
if (pCompressor->best_match) {
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user