Commit 1233d4fd authored by Bruce Momjian's avatar Bruce Momjian

Fix typo.

parent e644fc25
...@@ -70,7 +70,7 @@ do ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment