Xing Cheng hace 3 años
padre
commit
55ff6b8ac4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      GUI/CheckUtil.cs

+ 1 - 1
GUI/CheckUtil.cs

@@ -13,7 +13,7 @@
 			check[0] = (byte)result;
 			check[1] = (byte)(result >> 8);
 		}
-
+		
 		public static void Func_Xor_check(byte[] data, int offset, int len, out byte check)
 		{
 			int i;