aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--zxcvbn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zxcvbn.c b/zxcvbn.c
index f9678c5..2e15680 100644
--- a/zxcvbn.c
+++ b/zxcvbn.c
@@ -493,7 +493,7 @@ typedef struct
uint8_t LeetCnv[sizeof L33TCnv / LEET_NORM_MAP_SIZE + 1];
/* uint8_t LeetChr[3]; */
uint8_t First;
- uint8_t PossChars[48];
+ uint8_t PossChars[49];
} DictWork_t;
/**********************************************************************************