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