summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aes.c b/bin/aes.c
index cb765934..640e9b9b 100644
--- a/bin/aes.c
+++ b/bin/aes.c
@@ -31,7 +31,7 @@ static const wchar_t Table[128] = {
 	L"@ABCDEFGHIJKLMNO"
 	L"PQRSTUVWXYZ[\]^_"
 	L"`abcdefghijklmno"
-	L"pqrstuvwxyz{|}~\xFF"
+	L"pqrstuvwxyz{|}~\x7F"
 };
 
 static void enwiden(const char *ch) {