diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libunarchive/get_header_ar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/libunarchive/get_header_ar.c b/archival/libunarchive/get_header_ar.c index c691f1b2f..88c0220ad 100644 --- a/archival/libunarchive/get_header_ar.c +++ b/archival/libunarchive/get_header_ar.c | |||
@@ -23,9 +23,9 @@ char get_header_ar(archive_handle_t *archive_handle) | |||
23 | char magic[2]; | 23 | char magic[2]; |
24 | } formatted; | 24 | } formatted; |
25 | } ar; | 25 | } ar; |
26 | #ifdef CONFIG_FEATURE_AR_LONG_FILENAMES | 26 | #if ENABLE_FEATURE_AR_LONG_FILENAMES |
27 | static char *ar_long_names; | 27 | static char *ar_long_names; |
28 | static unsigned int ar_long_name_size; | 28 | static unsigned ar_long_name_size; |
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | /* dont use xread as we want to handle the error ourself */ | 31 | /* dont use xread as we want to handle the error ourself */ |