mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix typo.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user