aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/header_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/header_list.c')
-rw-r--r--archival/libunarchive/header_list.c2
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
8void header_list(const file_header_t *file_header) 8void FAST_FUNC header_list(const file_header_t *file_header)
9{ 9{
10 puts(file_header->name); 10 puts(file_header->name);
11} 11}