diff --git a/Partition.cs b/Partition.cs index 3f6d8ca53..ce827c86d 100644 --- a/Partition.cs +++ b/Partition.cs @@ -71,7 +71,7 @@ namespace DiscImageChef.CommonTypes public override bool Equals(object obj) { if(obj == null || !(obj is Partition)) return false; - else return Equals((Partition)obj); + return Equals((Partition)obj); } public override int GetHashCode()