mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 13:12:58 -04:00
Fix typo.
This commit is contained in:
parent
e644fc25c7
commit
1233d4fd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue