From 817a20296fd9e4e8eed095836d7dc28183794247 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 26 Jun 2018 15:35:17 +0200 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- include/bb_archive.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/bb_archive.h') diff --git a/include/bb_archive.h b/include/bb_archive.h index 2ee30f794..d2022336b 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h @@ -116,10 +116,10 @@ typedef struct archive_handle_t { #if ENABLE_FEATURE_AR_CREATE const char *ar__name; struct archive_handle_t *ar__out; -# if ENABLE_FEATURE_AR_LONG_FILENAMES +#endif +#if ENABLE_FEATURE_AR_LONG_FILENAMES char *ar__long_names; unsigned ar__long_name_size; -# endif #endif } archive_handle_t; /* bits in ah_flags */ -- cgit v1.2.3