summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-04 20:20:33 +0000
committermidipix <writeonce@midipix.org>2025-06-04 20:20:33 +0000
commit8ba1bcf4c2b0e6429abec027bc36c349e990c4cc (patch)
tree2f882c3a42106e67ab162b056c461cc069960daf /src/internal
parent3f57204aeaf426a4bfd1eb464f1f46c57ef5d1c3 (diff)
downloadperk-8ba1bcf4c2b0e6429abec027bc36c349e990c4cc.tar.bz2
perk-8ba1bcf4c2b0e6429abec027bc36c349e990c4cc.tar.xz
api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency).
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/perk_ar_impl.h2
1 files changed, 1 insertions, 1 deletions
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[];