aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/e2fs_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/e2fs_lib.c')
-rw-r--r--e2fsprogs/e2fs_lib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/e2fs_lib.c b/e2fsprogs/e2fs_lib.c
index 07de5eda7..031f5e06b 100644
--- a/e2fsprogs/e2fs_lib.c
+++ b/e2fsprogs/e2fs_lib.c
@@ -88,20 +88,20 @@ const uint32_t e2attr_flags_value[] = {
88}; 88};
89 89
90const char e2attr_flags_sname[] ALIGN1 = 90const char e2attr_flags_sname[] ALIGN1 =
91 "roecSrhsatn"; 91 "RoecSrhsatn";
92 92
93static const char e2attr_flags_lname[] ALIGN1 = 93static const char e2attr_flags_lname[] ALIGN1 =
94 "Reparse" "\0" 94 "Reparse_Point" "\0"
95 "Offline" "\0" 95 "Offline" "\0"
96 "Encrypted" "\0" 96 "Encrypted" "\0"
97 "Compressed" "\0" 97 "Compressed" "\0"
98 "Sparse" "\0" 98 "Sparse" "\0"
99 "Readonly" "\0" 99 "Read_Only" "\0"
100 "Hidden" "\0" 100 "Hidden" "\0"
101 "System" "\0" 101 "System" "\0"
102 "Archive" "\0" 102 "Archive" "\0"
103 "Temporary" "\0" 103 "Temporary" "\0"
104 "Notindexed" "\0" 104 "Not_Indexed" "\0"
105 /* Another trailing NUL is added by compiler */; 105 /* Another trailing NUL is added by compiler */;
106#endif 106#endif
107 107