summaryrefslogtreecommitdiff
path: root/archival/libunarchive/header_verbose_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/header_verbose_list.c')
-rw-r--r--archival/libunarchive/header_verbose_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/header_verbose_list.c b/archival/libunarchive/header_verbose_list.c
index f6f04cfd5..3319e63a9 100644
--- a/archival/libunarchive/header_verbose_list.c
+++ b/archival/libunarchive/header_verbose_list.c
@@ -61,6 +61,7 @@ void FAST_FUNC header_verbose_list(const file_header_t *file_header)
61 61
62#endif /* FEATURE_TAR_UNAME_GNAME */ 62#endif /* FEATURE_TAR_UNAME_GNAME */
63 63
64 /* NB: GNU tar shows "->" for symlinks and "link to" for hardlinks */
64 if (file_header->link_target) { 65 if (file_header->link_target) {
65 printf(" -> %s", file_header->link_target); 66 printf(" -> %s", file_header->link_target);
66 } 67 }