diff options
Diffstat (limited to 'e2fsprogs/e2p/pf.c')
-rw-r--r-- | e2fsprogs/e2p/pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2p/pf.c b/e2fsprogs/e2p/pf.c index 2194ac6bf..da8357a46 100644 --- a/e2fsprogs/e2p/pf.c +++ b/e2fsprogs/e2p/pf.c | |||
@@ -41,7 +41,7 @@ static const struct flags_name flags_array[] = { | |||
41 | { EXT2_ECOMPR_FL, "E", "Compression_Error" }, | 41 | { EXT2_ECOMPR_FL, "E", "Compression_Error" }, |
42 | #endif | 42 | #endif |
43 | { EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" }, | 43 | { EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" }, |
44 | { EXT2_INDEX_FL, "I", "Indexed_direcctory" }, | 44 | { EXT2_INDEX_FL, "I", "Indexed_direcctory" }, |
45 | { EXT2_NOTAIL_FL, "t", "No_Tailmerging" }, | 45 | { EXT2_NOTAIL_FL, "t", "No_Tailmerging" }, |
46 | { EXT2_TOPDIR_FL, "T", "Top_of_Directory_Hierarchies" }, | 46 | { EXT2_TOPDIR_FL, "T", "Top_of_Directory_Hierarchies" }, |
47 | { 0, NULL, NULL } | 47 | { 0, NULL, NULL } |