From 985a81f961c39cbdb22fe257229bdedb7a8c3985 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 31 Mar 2021 17:21:43 -0400 Subject: [PATCH] refactor: Fixing warnings --- ICD.Common.Utils/IO/Compression/Unzip.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/IO/Compression/Unzip.cs b/ICD.Common.Utils/IO/Compression/Unzip.cs index 01a8ecb..47bb027 100644 --- a/ICD.Common.Utils/IO/Compression/Unzip.cs +++ b/ICD.Common.Utils/IO/Compression/Unzip.cs @@ -132,7 +132,7 @@ namespace ICD.Common.Utils.IO.Compression 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, - 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d, + 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d }; private uint m_CrcValue = 0xffffffff;