diff options
Diffstat (limited to 'library/cpp/blockcodecs/core/stream.cpp')
| -rw-r--r-- | library/cpp/blockcodecs/core/stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/blockcodecs/core/stream.cpp b/library/cpp/blockcodecs/core/stream.cpp index 0a60b3908d3..4f7db3c32be 100644 --- a/library/cpp/blockcodecs/core/stream.cpp +++ b/library/cpp/blockcodecs/core/stream.cpp @@ -100,7 +100,7 @@ void TCodedOutput::DoWrite(const void* buf, size_t len) { in += avail; len -= avail; - Y_VERIFY(FlushImpl(), "flush on writing failed"); + Y_VERIFY(FlushImpl(), "flush on writing failed"); } } |
