aboutsummaryrefslogtreecommitdiff
path: root/scripts/dfn.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dfn.awk')
-rwxr-xr-xscripts/dfn.awk5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/dfn.awk b/scripts/dfn.awk
index 346b9db7d..0b25c8a37 100755
--- a/scripts/dfn.awk
+++ b/scripts/dfn.awk
@@ -1,8 +1,7 @@
#!/bin/awk -f
+
# scripts/dfn.awk - process a .dfn file
#
-# last changed in libpng version 1.5.19 - August 21, 2014
-#
# Copyright (c) 2013-2014 Glenn Randers-Pehrson
#
# This code is released under the libpng license.
@@ -125,7 +124,7 @@ $1 ~ /^PNG_DFN_END_SORT/{
# There is no matching "@. Assume a split line
else while (1) {
if (getline nextline) {
- # If the line starts with '#' it is a preprocesor line directive
+ # If the line starts with '#' it is a preprocessor line directive
# from cc -E; skip it:
if (nextline !~ /^#/) {
line = line " " nextline