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 89e050051..839109e3f 100644 --- a/e2fsprogs/e2fs_lib.c +++ b/e2fsprogs/e2fs_lib.c | |||
@@ -192,7 +192,7 @@ static const char e2attr_flags_lname[] = | |||
192 | "Top_of_Directory_Hierarchies" "\0" | 192 | "Top_of_Directory_Hierarchies" "\0" |
193 | /* Another trailing NUL is added by compiler */; | 193 | /* Another trailing NUL is added by compiler */; |
194 | 194 | ||
195 | void print_flags(FILE *f, unsigned long flags, unsigned options) | 195 | void print_e2flags(FILE *f, unsigned long flags, unsigned options) |
196 | { | 196 | { |
197 | const uint32_t *fv; | 197 | const uint32_t *fv; |
198 | const char *fn; | 198 | const char *fn; |