aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-04-07 14:01:12 +0530
committersinanmohd <sinan@sinanmohd.com>2024-04-07 14:01:12 +0530
commitefdbb3430a4315582102dc8ffe695774335474b2 (patch)
tree67719853553a74432f28f812729f8ef802b95651 /include
parent10e8ddd971e71dcfc19be6f3161a91658fecfaab (diff)
libnpass/pass_gen_t: PASS_GEN_ALPHA -> PASS_GEN_ALNUM
Diffstat (limited to 'include')
-rw-r--r--include/libnpass/libnpass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnpass/libnpass.h b/include/libnpass/libnpass.h
index d7eef75..c5e756f 100644
--- a/include/libnpass/libnpass.h
+++ b/include/libnpass/libnpass.h
@@ -2,7 +2,7 @@
typedef enum {
PASS_GEN_DIGIT = 0,
- PASS_GEN_ALPHA = 1,
+ PASS_GEN_ALNUM = 1,
PASS_GEN_PRINT = 2,
} pass_gen_t;