diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c index 0a95e5c85..ddc12095c 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include "libbb.h" | 16 | #include "libbb.h" |
17 | #include "unarchive.h" | 17 | #include "unarchive.h" |
18 | 18 | ||
19 | static void header_verbose_list_ar(const file_header_t *file_header) | 19 | static void FAST_FUNC header_verbose_list_ar(const file_header_t *file_header) |
20 | { | 20 | { |
21 | const char *mode = bb_mode_string(file_header->mode); | 21 | const char *mode = bb_mode_string(file_header->mode); |
22 | char *mtime; | 22 | char *mtime; |