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

@@ -397,7 +397,7 @@ namespace DiscImageChef.ImagePlugins
#region Private methods
private DiskType CalculateDiskType()
DiskType CalculateDiskType()
{
if (_imageInfo.sectorSize == 2048)
{