mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Fix typo.
This commit is contained in:
parent
e644fc25c7
commit
1233d4fd6c
@ -70,7 +70,7 @@ do
|
|||||||
if (line1 ~ "^extern[ ]*\"C\"" &&
|
if (line1 ~ "^extern[ ]*\"C\"" &&
|
||||||
line2 ~ "^{[ ]*$")
|
line2 ~ "^{[ ]*$")
|
||||||
{
|
{
|
||||||
# don't print first line
|
# do not print first line
|
||||||
print "/* Open extern \"C\" */";
|
print "/* Open extern \"C\" */";
|
||||||
line2 = "";
|
line2 = "";
|
||||||
skips = 2;
|
skips = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user