mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-02-04 05:24:56 +00:00
Fix typo in secondary DDTv2 identifier (back-compatible until out of alpha).
This commit is contained in:
@@ -142,7 +142,8 @@ typedef enum
|
||||
DataBlock = 0x4B4C4244, ///< Block containing data.
|
||||
DeDuplicationTable = 0x2A544444, ///< Block containing a deduplication table (v1).
|
||||
DeDuplicationTable2 = 0x32544444, ///< Block containing a deduplication table v2.
|
||||
DeDuplicationTableSecondary = 0x53545444, ///< Block containing a secondary deduplication table (v2).
|
||||
DeDuplicationTableSAlpha = 0x53545444, ///< Block containing a secondary deduplication table (v2) (mistake).
|
||||
DeDuplicationTableSecondary = 0x53544444, ///< Block containing a secondary deduplication table (v2).
|
||||
IndexBlock = 0x58444E49, ///< Block containing the index (v1).
|
||||
IndexBlock2 = 0x32584449, ///< Block containing the index v2.
|
||||
IndexBlock3 = 0x33584449, ///< Block containing the index v3.
|
||||
|
||||
Reference in New Issue
Block a user