aboutsummaryrefslogtreecommitdiff
path: root/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ar.c')
-rw-r--r--ar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar.c b/ar.c
index 7f3396c8c..e02b2651e 100644
--- a/ar.c
+++ b/ar.c
@@ -84,6 +84,6 @@ extern int ar_main(int argc, char **argv)
84 optind++; 84 optind++;
85 } 85 }
86 86
87 unarchive(src_stream, stdout, &get_header_ar, extract_function, "./", extract_names); 87 unarchive(src_stream, stdout, &get_header_ar, extract_function, "./", extract_names, NULL);
88 return EXIT_SUCCESS; 88 return EXIT_SUCCESS;
89} 89}