From c2d76b9c450d50e61f6229ea9af7b6b08f92d099 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 1 Nov 2018 18:59:58 +0100 Subject: Global: fix up strings Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/ZipArchive/3rdparty/minizip/zip.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'WireGuard/WireGuard/ZipArchive') diff --git a/WireGuard/WireGuard/ZipArchive/3rdparty/minizip/zip.c b/WireGuard/WireGuard/ZipArchive/3rdparty/minizip/zip.c index 27a48bfd..278af01b 100644 --- a/WireGuard/WireGuard/ZipArchive/3rdparty/minizip/zip.c +++ b/WireGuard/WireGuard/ZipArchive/3rdparty/minizip/zip.c @@ -95,8 +95,6 @@ # define DEF_MEM_LEVEL MAX_MEM_LEVEL #endif #endif -const char zip_copyright[] =" zip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; - #define SIZEDATA_INDATABLOCK (4096-(4*4)) -- cgit v1.2.3-11-g984f