diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c b/tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c index 5567f88..07f9178 100644 --- a/tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c +++ b/tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c @@ -239,7 +239,7 @@ emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) if (entropy->gather_statistics) return; /* do nothing if we're only getting stats */ - put_buffer &= (((INT32) 1)<<size) - 1; /* tqmask off any extra bits in code */ + put_buffer &= (((INT32) 1)<<size) - 1; /* mask off any extra bits in code */ put_bits += size; /* new number of bits in buffer */ |