remove tab character
This commit is contained in:
parent
bc5eb95222
commit
236f833007
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ fn pipe() -> {in: c_int, out: c_int} {
|
|||
}
|
||||
|
||||
fn dup2(src: c_int, dst: c_int) -> c_int {
|
||||
libc::dup2(src, dst)
|
||||
libc::dup2(src, dst)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue