mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -39,13 +39,13 @@ namespace DiscImageChef.Filesystems.AppleMFS
|
||||
// "LK"
|
||||
const ushort MFSBB_MAGIC = 0x4C4B;
|
||||
|
||||
const short DIRID_TRASH = -3;
|
||||
const short DIRID_DESKTOP = -2;
|
||||
const short DIRID_TRASH = -3;
|
||||
const short DIRID_DESKTOP = -2;
|
||||
const short DIRID_TEMPLATE = -1;
|
||||
const short DIRID_ROOT = 0;
|
||||
const short DIRID_ROOT = 0;
|
||||
|
||||
const int BMAP_FREE = 0;
|
||||
const int BMAP_LAST = 1;
|
||||
const int BMAP_DIR = 0xFFF;
|
||||
const int BMAP_DIR = 0xFFF;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user