summaryrefslogtreecommitdiff
path: root/contrib/tools/pngfix.c
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2022-11-20 21:23:33 +0200
committerCosmin Truta <ctruta@gmail.com>2022-11-20 21:23:33 +0200
commit77c3a39299eaa32acd5422a416fad7da2b3d75b5 (patch)
tree8b38a70fc4781eea54c69721ac677f08d86f0435 /contrib/tools/pngfix.c
parent8cfdb5436d7d384e4c8915397ee9ead845418d40 (diff)
downloadlibpng-77c3a39299eaa32acd5422a416fad7da2b3d75b5.tar.gz
Clean up comments and whitespace characters in source files
Remove all remaining "last changed" version info from source comments. (The version control system maintains this information automatically.) Delete the trailing whitespace characters.
Diffstat (limited to 'contrib/tools/pngfix.c')
-rw-r--r--contrib/tools/pngfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/pngfix.c b/contrib/tools/pngfix.c
index 389434ff4..9afe09831 100644
--- a/contrib/tools/pngfix.c
+++ b/contrib/tools/pngfix.c
@@ -1,6 +1,5 @@
/* pngfix.c
*
- * Last changed in libpng 1.6.31 [July 27, 2017]
* Copyright (c) 2014-2017 John Cunningham Bowler
*
* This code is released under the libpng license.
@@ -10,6 +9,7 @@
* Tool to check and fix the zlib inflate 'too far back' problem.
* See the usage message for more information.
*/
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>