Ray Zhang 10 жил өмнө
parent
commit
a8c8abbd91

+ 1 - 1
RedAnt ERP Mobile/common/zip/minizip/crypt.h

@@ -24,7 +24,7 @@
 
    The new AES encryption added on Zip format by Winzip (see the page
    http://www.winzip.com/aes_info.htm ) and PKWare PKZip 5.x Strong
-   Encryption is not supported.
+   Encryption is not supported. 
 */
 
 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))