From efdbb3430a4315582102dc8ffe695774335474b2 Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@sinanmohd.com>
Date: Sun, 7 Apr 2024 14:01:12 +0530
Subject: libnpass/pass_gen_t: PASS_GEN_ALPHA -> PASS_GEN_ALNUM

---
 include/libnpass/libnpass.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

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;
 
-- 
cgit v1.2.3