diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/zlib/crc32.c')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/zlib/crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/zlib/crc32.c b/tqtinterface/qt4/src/3rdparty/zlib/crc32.c index dfa6c4f..b39c7e1 100644 --- a/tqtinterface/qt4/src/3rdparty/zlib/crc32.c +++ b/tqtinterface/qt4/src/3rdparty/zlib/crc32.c @@ -44,7 +44,7 @@ # if (USHRT_MAX == 0xffffffffUL) typedef unsigned short u4; # else -# undef BYFOUR /* can't tqfind a four-byte integer type! */ +# undef BYFOUR /* can't find a four-byte integer type! */ # endif # endif # endif |