@@ -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;