mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Remove redundant parentheses.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace DiscImageChef.Filesystems
|
||||
if(imagePlugin.GetSectorSize() < AFS_SUPERBLOCK_SIZE)
|
||||
run = AFS_SUPERBLOCK_SIZE / imagePlugin.GetSectorSize();
|
||||
|
||||
if((sector + partition.Start) >= partition.End) return false;
|
||||
if(sector + partition.Start >= partition.End) return false;
|
||||
|
||||
uint magic;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user