diff options
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ extern int ar_main(int argc, char **argv) | |||
34 | FILE *src_stream = NULL; | 34 | FILE *src_stream = NULL; |
35 | char **extract_names = NULL; | 35 | char **extract_names = NULL; |
36 | char ar_magic[8]; | 36 | char ar_magic[8]; |
37 | int extract_function = 0; | 37 | int extract_function = extract_unconditional; |
38 | int opt; | 38 | int opt; |
39 | int num_of_entries = 0; | 39 | int num_of_entries = 0; |
40 | extern off_t archive_offset; | 40 | extern off_t archive_offset; |