aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/BitWriter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/BitWriter.cc')
-rw-r--r--libqpdf/BitWriter.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/BitWriter.cc b/libqpdf/BitWriter.cc
index efe19ded..29445f84 100644
--- a/libqpdf/BitWriter.cc
+++ b/libqpdf/BitWriter.cc
@@ -43,7 +43,7 @@ BitWriter::flush()
{
if (bit_offset < 7)
{
- size_t bits_to_write = bit_offset + 1;
- write_bits(this->ch, this->bit_offset, 0, bits_to_write, this->pl);
+ size_t bits_to_write = bit_offset + 1;
+ write_bits(this->ch, this->bit_offset, 0, bits_to_write, this->pl);
}
}