From 1ce2f7cfb9bc0c82b037fd97ac2bc21f7cfa88d4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 5 Jun 2019 06:27:39 +0200 Subject: [PATCH] src/pxar/encoder.rs: style fix --- src/pxar/encoder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pxar/encoder.rs b/src/pxar/encoder.rs index 1428f053..d4fa7684 100644 --- a/src/pxar/encoder.rs +++ b/src/pxar/encoder.rs @@ -956,7 +956,7 @@ pub const TMPFS_MAGIC: i64 = 0x01021994; pub const SYSFS_MAGIC: i64 = 0x62656572; pub const MSDOS_SUPER_MAGIC: i64 = 0x00004d44; pub const FUSE_SUPER_MAGIC: i64 = 0x65735546; -pub const EXT4_SUPER_MAGIC: i64 = 0xEF53; +pub const EXT4_SUPER_MAGIC: i64 = 0x0000EF53; pub const XFS_SUPER_MAGIC: i64 = 0x58465342;