summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c b/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c
index dc3b371e8..95df6f274 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c
@@ -7,7 +7,7 @@
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
- * This file tqcontains routines that are only called from within
+ * This file contains routines that are only called from within
* libpng itself during the course of reading an image.
*/
@@ -373,7 +373,7 @@ png_handle_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
png_ptr->filter_type = (png_byte)filter_type;
#endif
- /* tqfind number of channels */
+ /* find number of channels */
switch (png_ptr->color_type)
{
case PNG_COLOR_TYPE_GRAY:
@@ -1031,7 +1031,7 @@ png_handle_iCCP(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
chunkdata[slength] = 0x00;
for (profile = chunkdata; *profile; profile++)
- /* empty loop to tqfind end of name */ ;
+ /* empty loop to find end of name */ ;
++profile;
@@ -1137,7 +1137,7 @@ png_handle_sPLT(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
chunkdata[slength] = 0x00;
for (entry_start = chunkdata; *entry_start; entry_start++)
- /* empty loop to tqfind end of name */ ;
+ /* empty loop to find end of name */ ;
++entry_start;
/* a sample depth should follow the separator, and we should be on it */
@@ -1896,7 +1896,7 @@ png_handle_tEXt(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
key[slength] = 0x00;
for (text = key; *text; text++)
- /* empty loop to tqfind end of key */ ;
+ /* empty loop to find end of key */ ;
if (text != key + slength)
text++;