diff options
Diffstat (limited to 'archival/libunarchive/header_list.c')
-rw-r--r-- | archival/libunarchive/header_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/header_list.c b/archival/libunarchive/header_list.c index 8cb8f40d9..6ec2df363 100644 --- a/archival/libunarchive/header_list.c +++ b/archival/libunarchive/header_list.c | |||
@@ -5,7 +5,7 @@ | |||
5 | #include "libbb.h" | 5 | #include "libbb.h" |
6 | #include "unarchive.h" | 6 | #include "unarchive.h" |
7 | 7 | ||
8 | void header_list(const file_header_t *file_header) | 8 | void FAST_FUNC header_list(const file_header_t *file_header) |
9 | { | 9 | { |
10 | puts(file_header->name); | 10 | puts(file_header->name); |
11 | } | 11 | } |