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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fs_lib.c b/e2fsprogs/e2fs_lib.c
index 6ce655be3..8bd4da622 100644
--- a/e2fsprogs/e2fs_lib.c
+++ b/e2fsprogs/e2fs_lib.c
@@ -127,7 +127,7 @@ int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_f
127 127
128 128
129/* Print file attributes on an ext2 file system */ 129/* Print file attributes on an ext2 file system */
130const uint32_t e2attr_flags_value[] = { 130const uint32_t e2attr_flags_value[] ALIGN4 = {
131#ifdef ENABLE_COMPRESSION 131#ifdef ENABLE_COMPRESSION
132 EXT2_COMPRBLK_FL, 132 EXT2_COMPRBLK_FL,
133 EXT2_DIRTY_FL, 133 EXT2_DIRTY_FL,