diff options
Diffstat (limited to 'e2fsprogs/e2fs_lib.c')
-rw-r--r-- | e2fsprogs/e2fs_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fs_lib.c b/e2fsprogs/e2fs_lib.c index 3b776bc97..d0cacf14c 100644 --- a/e2fsprogs/e2fs_lib.c +++ b/e2fsprogs/e2fs_lib.c | |||
@@ -159,7 +159,7 @@ int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_f | |||
159 | 159 | ||
160 | #if !ENABLE_PLATFORM_MINGW32 | 160 | #if !ENABLE_PLATFORM_MINGW32 |
161 | /* Print file attributes on an ext2 file system */ | 161 | /* Print file attributes on an ext2 file system */ |
162 | const uint32_t e2attr_flags_value[] = { | 162 | const uint32_t e2attr_flags_value[] ALIGN4 = { |
163 | #ifdef ENABLE_COMPRESSION | 163 | #ifdef ENABLE_COMPRESSION |
164 | EXT2_COMPRBLK_FL, | 164 | EXT2_COMPRBLK_FL, |
165 | EXT2_DIRTY_FL, | 165 | EXT2_DIRTY_FL, |