From 8ba1bcf4c2b0e6429abec027bc36c349e990c4cc Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 4 Jun 2025 20:20:33 +0000 Subject: api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency). --- src/internal/perk_ar_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal/perk_ar_impl.h') diff --git a/src/internal/perk_ar_impl.h b/src/internal/perk_ar_impl.h index b7c2fbc..0da7559 100644 --- a/src/internal/perk_ar_impl.h +++ b/src/internal/perk_ar_impl.h @@ -34,7 +34,7 @@ |PERK_DRIVER_AR_APPEND_MEMBERS \ |PERK_DRIVER_AR_REPLACE_MEMBERS \ |PERK_DRIVER_AR_EXTRACT_MEMBERS \ - |PERK_DRIVER_AR_PRINT_ARCHIVE) + |PERK_DRIVER_AR_PRINT_MEMBERS) extern const struct argv_option pe_ar_options[]; -- cgit v1.2.3