summaryrefslogtreecommitdiff
path: root/pngerror.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-01-14 19:47:02 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-01-14 20:44:14 -0600
commitda1c5ca65a061676dc152014fefbed5f7576d7f5 (patch)
treefbe053a1d7abb1b7f3c74d53a1d3d8be0bb07f5d /pngerror.c
parent00c6a9a62c1825617c35c03ceb408114fffeca32 (diff)
downloadlibpng-da1c5ca65a061676dc152014fefbed5f7576d7f5.tar.gz
[libpng16] Imported from libpng-1.6.0beta05.tarv1.6.0beta05
Diffstat (limited to 'pngerror.c')
-rw-r--r--pngerror.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pngerror.c b/pngerror.c
index 622b41307..ed75c2f2c 100644
--- a/pngerror.c
+++ b/pngerror.c
@@ -346,9 +346,9 @@ png_formatted_warning(png_const_structrp png_ptr, png_warning_parameters p,
/* i is always less than (sizeof msg), so: */
msg[i] = '\0';
- /* And this is the formatted message, it may be larger than
- * PNG_MAX_ERROR_TEXT, but that is only used for 'chunk' errors and these are
- * not (currently) formatted.
+ /* And this is the formatted message. It may be larger than
+ * PNG_MAX_ERROR_TEXT, but that is only used for 'chunk' errors and these
+ * are not (currently) formatted.
*/
png_warning(png_ptr, msg);
}