aboutsummaryrefslogtreecommitdiff
path: root/dep/src/zlib/zutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'dep/src/zlib/zutil.c')
-rw-r--r--dep/src/zlib/zutil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dep/src/zlib/zutil.c b/dep/src/zlib/zutil.c
index d55f5948a37..9116a331be4 100644
--- a/dep/src/zlib/zutil.c
+++ b/dep/src/zlib/zutil.c
@@ -23,7 +23,6 @@ const char * const z_errmsg[10] = {
"incompatible version",/* Z_VERSION_ERROR (-6) */
""};
-
const char * ZEXPORT zlibVersion()
{
return ZLIB_VERSION;
@@ -181,7 +180,6 @@ void zmemzero(dest, len)
}
#endif
-
#ifdef SYS16BIT
#ifdef __TURBOC__
@@ -261,7 +259,6 @@ void zcfree (voidpf opaque, voidpf ptr)
#endif /* __TURBOC__ */
-
#ifdef M_I86
/* Microsoft C in 16-bit mode */
@@ -288,7 +285,6 @@ void zcfree (voidpf opaque, voidpf ptr)
#endif /* SYS16BIT */
-
#ifndef MY_ZCALLOC /* Any system without a special alloc function */
#ifndef STDC