diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/bb_archive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index 2ee30f7..d202233 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 */ |