Преглед на файлове

160622 add HMLG PROJECT

Ray Zhang преди 10 години
родител
ревизия
a8c8abbd91
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      RedAnt ERP Mobile/common/zip/minizip/crypt.h

+ 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))