aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/BitStream.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/BitStream.hh')
-rw-r--r--libqpdf/qpdf/BitStream.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/libqpdf/qpdf/BitStream.hh b/libqpdf/qpdf/BitStream.hh
index b807f56c..329c486d 100644
--- a/libqpdf/qpdf/BitStream.hh
+++ b/libqpdf/qpdf/BitStream.hh
@@ -12,8 +12,7 @@ class BitStream
void reset();
unsigned long long getBits(size_t nbits);
long long getBitsSigned(size_t nbits);
- // Only call getBitsInt when requesting a number of bits that will
- // definitely fit in an int.
+ // Only call getBitsInt when requesting a number of bits that definitely fit in an int.
int getBitsInt(size_t nbits);
void skipToNextByte();