]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/vfspk3/unzip.cpp
fix unzip code
[xonotic/netradiant.git] / plugins / vfspk3 / unzip.cpp
index f7b7db1f6a4e07a68a716deffaf5155e4706f3dd..7390894a89e1f69b5fcc5f7256175ca4fb202f0f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+WARNING: DO NOT UNCRUSTIFY
+It will still compile after an uncrustify, but it will be *broken*
+See https://github.com/TTimo/GtkRadiant/issues/33
+*/
+
+
 /*****************************************************************************
  * name:               unzip.c
  *
 /*****************************************************************************
  * name:               unzip.c
  *
@@ -88,7 +95,6 @@ typedef unsigned char byte;
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-
 #ifndef _ZCONF_H
 #define _ZCONF_H
 
 #ifndef _ZCONF_H
 #define _ZCONF_H
 
@@ -2344,7 +2350,6 @@ extern int unzGetGlobalComment (unzFile file, char *szComment, uLong uSizeBuf)
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-
 #ifdef DYNAMIC_CRC_TABLE
 
 static int crc_table_empty = 1;
 #ifdef DYNAMIC_CRC_TABLE
 
 static int crc_table_empty = 1;
@@ -4143,7 +4148,6 @@ uLong adler32(uLong adler, const Byte *buf, uInt len)
     return (s2 << 16) | s1;
 }
 
     return (s2 << 16) | s1;
 }
 
-
 /* infblock.h -- header to use infblock.c
  * Copyright (C) 1995-1998 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h 
 /* infblock.h -- header to use infblock.c
  * Copyright (C) 1995-1998 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h