Rename fields, methods and structs to more adequate names.

This commit is contained in:
2015-10-19 02:13:54 +01:00
parent aab90287f9
commit 38a48777e7
10 changed files with 262 additions and 49 deletions

View File

@@ -39,8 +39,6 @@ using System;
namespace DiscImageChef.Decoders.Floppy
{
#region Public enumerations
/// <summary>
/// In-sector code for sector size
/// </summary>
@@ -107,7 +105,5 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
MacDoubleSide = 0xD9
}
#endregion Public enumerations
}