Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Nov 21, 2024
1 parent 7322687 commit dec9339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace clp::streaming_compression::passthrough {
Compressor::Compressor()
: ::clp::streaming_compression::Compressor{CompressorType::ZSTD},
: ::clp::streaming_compression::Compressor{CompressorType::Passthrough},
m_compressed_stream_file_writer{nullptr} {}

auto Compressor::write(char const* data, size_t const data_length) -> void {
Expand Down

0 comments on commit dec9339

Please sign in to comment.