diff options
Diffstat (limited to 'src/routines.c')
-rw-r--r-- | src/routines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines.c b/src/routines.c index 9d8bf4a..2250fec 100644 --- a/src/routines.c +++ b/src/routines.c @@ -35,7 +35,7 @@ #endif #include "output.h" -#define NUMBER_ALLOWED_CHARS (10+26+26+8) +#define NUMBER_ALLOWED_CHARS (10+26+26+8) int copy_outside(char *password) { |