From d149c75adc38075e5cc46d5d9f201c10ebe5d0ea Mon Sep 17 00:00:00 2001 From: Ras0N <378907175@qq.com> Date: Tue, 21 Apr 2020 19:36:07 +0800 Subject: [PATCH] Update Form1.cs --- QMCTrans/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QMCTrans/Form1.cs b/QMCTrans/Form1.cs index e0905da..05a4dc5 100644 --- a/QMCTrans/Form1.cs +++ b/QMCTrans/Form1.cs @@ -311,7 +311,7 @@ private bool findUKeyFromFile(string fileName) } if (findKey) { - //Only 64 Bytes in UKey is valid. + //Only 64 Bytes in UKey are valid. for (int i = 0; i < 64; i++) { NewKey[MagicList[i]] = buffer2[i];