mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
Correct close statement.
This commit is contained in:
parent
6e2d19cab9
commit
0e17ee3c71
@ -14,7 +14,7 @@ BEGIN {
|
||||
print $2, "\\";
|
||||
}
|
||||
}
|
||||
close(input[stackptr]);
|
||||
close(input[s]);
|
||||
}
|
||||
}
|
||||
print "";
|
||||
|
Loading…
Reference in New Issue
Block a user