X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=copy.c;h=c225d1b0ff0a67e637f7200ab5c2a917b550af4f;hb=e5f4e214636f9c9bd36c2897634108d5ad5587a1;hp=d340bb253ec35af379c29e71f384e15d6822fb9a;hpb=063581e9b648b4da3b83061b06aed7ed417411e0;p=git.git diff --git a/copy.c b/copy.c index d340bb253..c225d1b0f 100644 --- a/copy.c +++ b/copy.c @@ -34,4 +34,3 @@ int copy_fd(int ifd, int ofd) close(ifd); return 0; } -