1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix typo.

This commit is contained in:
Bruce Momjian
2001-11-07 21:29:04 +00:00
parent e644fc25c7
commit 1233d4fd6c

View File

@ -70,7 +70,7 @@ do
if (line1 ~ "^extern[ ]*\"C\"" &&
line2 ~ "^{[ ]*$")
{
# don't print first line
# do not print first line
print "/* Open extern \"C\" */";
line2 = "";
skips = 2;