about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-07-10 01:38:01 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-07-10 01:38:01 +0000
commit64085f3a76eb6db2c14e52ccb06301f6a5807b77 (patch)
tree07a0e6a46cab5988ba8f0124c060352d4b589bef /converter/other
parent184129a8bf5d3a4260564422b6a57ad076718004 (diff)
downloadnetpbm-mirror-64085f3a76eb6db2c14e52ccb06301f6a5807b77.tar.gz
netpbm-mirror-64085f3a76eb6db2c14e52ccb06301f6a5807b77.tar.xz
netpbm-mirror-64085f3a76eb6db2c14e52ccb06301f6a5807b77.zip
Release 10.35.76
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@1263 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pnmtopng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/pnmtopng.c b/converter/other/pnmtopng.c
index ed074777..ce1fe4f6 100644
--- a/converter/other/pnmtopng.c
+++ b/converter/other/pnmtopng.c
@@ -2772,8 +2772,8 @@ displayVersion() {
     */
     fprintf(stderr, "   Compiled with libpng %s.\n",
             PNG_LIBPNG_VER_STRING);
-    fprintf(stderr, "   Compiled with zlib %s; using zlib %s.\n",
-            ZLIB_VERSION, zlib_version);
+    fprintf(stderr, "   Pnmtopng (not libpng) compiled with zlib %s.\n",
+            ZLIB_VERSION);
     fprintf(stderr, "\n");
 }