aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--level06.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/level06.c b/level06.c
index 1778f9c..a70d7b2 100644
--- a/level06.c
+++ b/level06.c
@@ -63,7 +63,7 @@ int testfull(const char *str)
}
}
-char allowed_chars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJXLMNOPQRSTUVWXYZ01234567890";
+char allowed_chars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
int main(int argc, char *argv[])
{
char buffer[1024];