summaryrefslogtreecommitdiff
path: root/pngdebug.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-11-28 14:00:04 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-11-28 16:33:27 -0600
commit83b132f14d672ff7141af7d81358da13a5c4c747 (patch)
tree53652b7b557fad1ff2b76aa6553a05105469c73c /pngdebug.h
parent1f63da349b8864f4b89d261d4d9bd22133e28088 (diff)
[libpng16] Changed deprecated png_free_default() to free() in pngtest.c
Changed tabs to 3 spaces in png_debug macros and changed '"%s"m' to '"%s" m' to improve portability among compilers.
Diffstat (limited to 'pngdebug.h')
-rw-r--r--pngdebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngdebug.h b/pngdebug.h
index 98b8bc587..45e12760c 100644
--- a/pngdebug.h
+++ b/pngdebug.h
@@ -5,7 +5,7 @@
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
- * Last changed in libpng 1.6.8 [(PENDING RELEASE)]
+ * Last changed in libpng 1.5.18 [(PENDING RELEASE)]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
@@ -25,7 +25,7 @@
* (actually ((void)0)).
*
* level: level of detail of message, starting at 0. A level 'n'
- * message is preceded by 'n' tab characters (not implemented
+ * message is preceded by 'n' 3-space indentations (not implemented
* on Microsoft compilers unless PNG_DEBUG_FILE is also
* defined, to allow debug DLL compilation with no standard IO).
* message: a printf(3) style text string. A trailing '\n' is added