diff options
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r-- | e2fsprogs/chattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 0ac0373..35424f8 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c @@ -38,7 +38,7 @@ struct globals { static unsigned long get_flag(char c) { /* Two separate vectors take less space than vector of structs */ - static const char flags_letter[] = "ASDacdijsutT"; + static const char flags_letter[] ALIGN1 = "ASDacdijsutT"; static const unsigned long flags_val[] = { /* A */ EXT2_NOATIME_FL, /* S */ EXT2_SYNC_FL, |