diff options
author | timestep <timestep@yandex-team.ru> | 2022-02-10 16:49:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:17 +0300 |
commit | 38b4bd28ca420294f532ac7ca6b2770d60e3dfd0 (patch) | |
tree | 7570cb7cabf97af7ecb6ffe485e8037d516daa29 /util/stream/zlib.cpp | |
parent | a0ffafe83b7d6229709a32fa942c71d672ac989c (diff) | |
download | ydb-38b4bd28ca420294f532ac7ca6b2770d60e3dfd0.tar.gz |
Restoring authorship annotation for <timestep@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream/zlib.cpp')
-rw-r--r-- | util/stream/zlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/zlib.cpp b/util/stream/zlib.cpp index 60f4e9439f..080a4daab9 100644 --- a/util/stream/zlib.cpp +++ b/util/stream/zlib.cpp @@ -210,7 +210,7 @@ public: // Create exactly the same files on all platforms by fixing OS field in the header. if (p.Type == ZLib::GZip) { - GZHeader_ = MakeHolder<gz_header>(); + GZHeader_ = MakeHolder<gz_header>(); GZHeader_->os = 3; // UNIX deflateSetHeader(Z(), GZHeader_.Get()); } |