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). --- include/perk/perk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index 85f7ad0..5c057da 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -60,7 +60,7 @@ extern "C" { #define PERK_DRIVER_AR_MOVE_MEMBERS 0X10000000 /* [-m] */ #define PERK_DRIVER_AR_POSITION_AFTER 0X20000000 /* [-a] */ #define PERK_DRIVER_AR_POSITION_BEFORE 0X40000000 /* [-b] */ -#define PERK_DRIVER_AR_PRINT_ARCHIVE 0X80000000 /* [-p] */ +#define PERK_DRIVER_AR_PRINT_MEMBERS 0X80000000 /* [-p] */ /* error flags */ #define PERK_ERROR_TOP_LEVEL 0x0001 -- cgit v1.2.3