Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/attribute/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attribute/mod.rs b/src/attribute/mod.rs
index 267b5ee..481d69c 100644
--- a/src/attribute/mod.rs
+++ b/src/attribute/mod.rs
@@ -136,11 +136,11 @@ impl MftAttributeContent {
#[serde(untagged)]
pub enum MftAttributeContent {
Raw(RawAttribute),
- AttrX80(DataAttr),
AttrX10(StandardInfoAttr),
AttrX20(AttributeListAttr),
AttrX30(FileNameAttr),
AttrX40(ObjectIdAttr),
+ AttrX80(DataAttr),
AttrX90(IndexRootAttr),
/// Empty - used when data is non resident.
None,