From e42ed88254f3c875974e142472da25f6d4346fa9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 22 Oct 2016 21:37:06 +0200 Subject: there you go (nw) --- src/lib/util/unzip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/unzip.cpp') diff --git a/src/lib/util/unzip.cpp b/src/lib/util/unzip.cpp index a65bda9a99c..0b6c32011f0 100644 --- a/src/lib/util/unzip.cpp +++ b/src/lib/util/unzip.cpp @@ -620,7 +620,7 @@ class general_flag_reader public: general_flag_reader(std::uint16_t val) : m_value(val) { } - bool encrypted() const { return (m_value & 0x0001) !=0; } + bool encrypted() const { return (m_value & 0x0001) != 0; } bool implode_8k_dict() const { return (m_value & 0x0002) != 0; } bool implode_3_trees() const { return (m_value & 0x0004) != 0; } unsigned deflate_option() const { return unsigned((m_value >> 1) & 0x0003); } -- cgit v1.2.3-70-g09d2