mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Expression is always 'true' or always 'false'.
This commit is contained in:
@@ -485,9 +485,8 @@ namespace DiscImageChef.Checksums
|
||||
|
||||
DicConsole.DebugWriteLine("CD checksums", "CD-Text Pack 4 CRC 0x{0:X4}, expected 0x{1:X4}",
|
||||
cdTextPack4Crc, calculatedCdtp4Crc);
|
||||
status = false;
|
||||
|
||||
return status;
|
||||
return false;
|
||||
}
|
||||
|
||||
static readonly ushort[] CcittCrc16Table =
|
||||
|
||||
Reference in New Issue
Block a user