mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename fields, methods and structs to more adequate names.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
// ****************************************************************************/
|
||||
// //$Id$
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace DiscImageChef.Decoders.Floppy
|
||||
{
|
||||
@@ -44,7 +45,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
/// </summary>
|
||||
public static class Amiga
|
||||
{
|
||||
public struct CommodoreAmigaSector
|
||||
public struct Sector
|
||||
{
|
||||
/// <summary>
|
||||
/// Set to 0x00
|
||||
|
||||
Reference in New Issue
Block a user