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