diff options
-rw-r--r-- | libbutl/lz4-stream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/lz4-stream.hxx b/libbutl/lz4-stream.hxx index 611fe37..5a0e3ba 100644 --- a/libbutl/lz4-stream.hxx +++ b/libbutl/lz4-stream.hxx @@ -207,7 +207,7 @@ namespace butl // try // { // ofdstream ofs (...); - // lz4::ostream ozs (ofs, 4 /* 64KB */, 9, nullopt /* content_size */); + // lz4::ostream ozs (ofs, 9, 4 /* 64KB */, nullopt /* content_size */); // // ... // Write to ozs. // |