diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h b/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h index fea9064..a9599fc 100644 --- a/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h +++ b/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h @@ -5,7 +5,7 @@ * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * - * This file tqcontains declarations for Huffman entropy encoding routines + * This file contains declarations for Huffman entropy encoding routines * that are shared between the sequential encoder (jchuff.c) and the * progressive encoder (jcphuff.c). No other modules need to see these. */ @@ -27,7 +27,7 @@ typedef struct { unsigned int ehufco[256]; /* code for each symbol */ char ehufsi[256]; /* length of code for each symbol */ - /* If no code has been allocated for a symbol S, ehufsi[S] tqcontains 0 */ + /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */ } c_derived_tbl; /* Short forms of external names for systems with brain-damaged linkers. */ |