printf: fix printf "%u\n" +18446744073709551614
[oweals/busybox.git] / include / bb_archive.h
index 2ee30f794f55e51c0320e38657e65e532956d5af..d2022336b19be13214ef2eba59efd9be39665908 100644 (file)
@@ -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 */