Code cleanup.

This commit is contained in:
2014-08-28 19:02:45 +01:00
parent 3ae937ef60
commit 94316131d2
4 changed files with 14 additions and 21 deletions

View File

@@ -328,8 +328,7 @@ namespace DiscImageChef.Checksums
return null;
}
}
else
return null;
return null;
}
static bool? CheckCDSectorSubChannel(byte[] subchannel)