diff options
Diffstat (limited to 'include/libnpass')
-rw-r--r-- | include/libnpass/libnpass.h | 2 |
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; |